linux/drivers/staging/speakup
Boqun Feng 8456799561 locking/atomics, cmpxchg: Privatize the inclusion of asm/cmpxchg.h
After commit:

  654672d4ba ("locking/atomics: Add _{acquire|release|relaxed}() variants of some atomic operations")

Architectures may only provide {cmp,}xchg_relaxed definitions in
asm/cmpxchg.h. Other variants, such as {cmp,}xchg, may be built in
linux/atomic.h, which means simply including asm/cmpxchg.h may not get
the definitions of all the{cmp,}xchg variants.

Therefore, we should privatize the inclusions of asm/cmpxchg.h to
keep it only included in arch/* and replace the inclusions outside
with linux/atomic.h

Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Will Deacon <will.deacon@arm.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Aybuke Ozdemir <aybuke.147@gmail.com>
Cc: Chris Brannon <chris@the-brannons.com>
Cc: Davidlohr Bueso <dave@stgolabs.net>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Kirk Reiser <kirk@reisers.ca>
Cc: Kishon Vijay Abraham I <kishon@ti.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Samuel Thibault <samuel.thibault@ens-lyon.org>
Cc: Shradha Shah <sshah@solarflare.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: William Hubbs <w.d.hubbs@gmail.com>
Cc: devel@driverdev.osuosl.org
Cc: linux-net-drivers@solarflare.com
Cc: speakup@linux-speakup.org
Link: http://lkml.kernel.org/r/1440589966-26280-1-git-send-email-boqun.feng@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
2015-09-13 10:35:46 +02:00
..
buffers.c staging: speakup: Fix warning reported by checkpatch 2015-08-14 17:38:16 -07:00
DefaultKeyAssignments
devsynth.c
fakekey.c
i18n.c staging: speakup: Fix warning reported by checkpatch 2015-08-14 17:38:16 -07:00
i18n.h staging: speakup: Remove unnecessary externs 2015-08-14 17:38:15 -07:00
Kconfig
keyhelp.c staging: speakup: fix indentation 2015-07-14 20:01:55 -07:00
kobjects.c staging: speakup: Fix warning reported by checkpatch 2015-08-14 17:38:16 -07:00
main.c staging: speakup: Fix warning reported by checkpatch 2015-08-14 17:38:16 -07:00
Makefile
selection.c locking/atomics, cmpxchg: Privatize the inclusion of asm/cmpxchg.h 2015-09-13 10:35:46 +02:00
serialio.c staging: speakup: Fix warning reported by checkpatch 2015-08-14 17:38:16 -07:00
serialio.h staging: speakup: Fix warning of line over 80 characters. 2015-04-03 13:43:45 +02:00
speakup_acnt.h staging: speakup: Fix warning reported by checkpatch 2015-08-14 17:38:16 -07:00
speakup_acntpc.c Staging: speakup: Use module_spk_synth 2015-03-20 13:27:34 +01:00
speakup_acntsa.c Staging: speakup: Use module_spk_synth 2015-03-20 13:27:34 +01:00
speakup_apollo.c Staging: speakup: Use module_spk_synth 2015-03-20 13:27:34 +01:00
speakup_audptr.c Staging: speakup: Use module_spk_synth 2015-03-20 13:27:34 +01:00
speakup_bns.c Staging: speakup: Use module_spk_synth 2015-03-20 13:27:34 +01:00
speakup_decext.c staging: speakup: Fix warning of line over 80 characters. 2015-04-03 13:43:45 +02:00
speakup_decpc.c staging: speakup: Fix warning reported by checkpatch 2015-08-14 17:38:16 -07:00
speakup_dectlk.c Staging: speakup: Use module_spk_synth 2015-03-20 13:27:34 +01:00
speakup_dtlk.c Staging: speakup: Use module_spk_synth 2015-03-20 13:27:34 +01:00
speakup_dtlk.h staging: speakup: Fix warning reported by checkpatch 2015-08-14 17:38:16 -07:00
speakup_dummy.c Staging: speakup: Use module_spk_synth 2015-03-20 13:27:34 +01:00
speakup_keypc.c Staging: speakup: Use module_spk_synth 2015-03-20 13:27:34 +01:00
speakup_ltlk.c Staging: speakup: Use module_spk_synth 2015-03-20 13:27:34 +01:00
speakup_soft.c staging: speakup: Fix warning reported by checkpatch 2015-08-14 17:38:16 -07:00
speakup_spkout.c Staging: speakup: Use module_spk_synth 2015-03-20 13:27:34 +01:00
speakup_txprt.c Staging: speakup: Use module_spk_synth 2015-03-20 13:27:34 +01:00
speakup.h staging: speakup: Remove unnecessary externs 2015-08-14 17:38:15 -07:00
speakupmap.h
speakupmap.map
spk_priv_keyinfo.h
spk_priv.h Staging: speakup: Remove 'extern' keywords from .h prototypes 2015-03-01 15:04:24 -08:00
spk_types.h staging: speakup: Fix warning of line over 80 characters. 2015-04-03 13:43:45 +02:00
spkguide.txt
synth.c
thread.c staging: speakup: Fix warning reported by checkpatch 2015-08-14 17:38:16 -07:00
TODO
varhandlers.c staging: speakup: Fix warning reported by checkpatch 2015-08-14 17:38:16 -07:00