checkpatch: Remove ACCESS_ONCE() warning
authorMark Rutland <mark.rutland@arm.com>
Mon, 27 Nov 2017 10:38:24 +0000 (10:38 +0000)
committerIngo Molnar <mingo@kernel.org>
Tue, 12 Dec 2017 12:22:10 +0000 (13:22 +0100)
commit8cb562b1d56fad42cbee44bdc9bc64cea41a0a8c
tree7085d2e852261279dd62599ec6bd10f0ca6ca5c0
parentb899a850431e2dd0943205a63a68573f3e312d0d
checkpatch: Remove ACCESS_ONCE() warning

Now that ACCESS_ONCE() has been excised from the kernel, any uses will
result in a build error, and we no longer need to whine about it in
checkpatch.

This patch removes the newly redundant warning.

Tested-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Joe Perches <joe@perches.com>
Cc: Andy Whitcroft <apw@canonical.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: acme@redhat.com
Link: http://lkml.kernel.org/r/20171127103824.36526-5-mark.rutland@arm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
scripts/checkpatch.pl