1
0
Fork 0
alistair23-linux/arch/arm/mach-integrator
Fabian Frederick bd721ea73e treewide: replace obsolete _refok by __ref
There was only one use of __initdata_refok and __exit_refok

__init_refok was used 46 times against 82 for __ref.

Those definitions are obsolete since commit 312b1485fb ("Introduce new
section reference annotations tags: __ref, __refdata, __refconst")

This patch removes the following compatibility definitions and replaces
them treewide.

/* compatibility defines */
#define __init_refok     __ref
#define __initdata_refok __refdata
#define __exit_refok     __ref

I can also provide separate patches if necessary.
(One patch per tree and check in 1 month or 2 to remove old definitions)

[akpm@linux-foundation.org: coding-style fixes]
Link: http://lkml.kernel.org/r/1466796271-3043-1-git-send-email-fabf@skynet.be
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2016-08-02 17:31:41 -04:00
..
Kconfig ARM: SoC cleanups for v4.8 2016-08-01 18:21:13 -04:00
Makefile ARM: integrator: move core module LED to device tree 2014-11-13 10:32:04 +01:00
cm.h ARM: integrator: move restart to the device tree 2014-11-13 10:32:02 +01:00
common.h soc: move SoC driver for the ARM Integrator 2014-11-13 10:32:05 +01:00
core.c soc: move SoC driver for the ARM Integrator 2014-11-13 10:32:05 +01:00
hardware.h ARM: integrator: localize the hardware.h header 2014-02-26 13:49:07 +01:00
impd1.c treewide: replace obsolete _refok by __ref 2016-08-02 17:31:41 -04:00
impd1.h ARM: integrator: localize the impd1.h header 2014-02-26 13:49:06 +01:00
integrator_ap.c arm: use of_platform_default_populate() to populate 2016-06-23 15:00:39 -05:00
integrator_cp.c arm: use of_platform_default_populate() to populate 2016-06-23 15:00:39 -05:00
lm.c ARM: integrator: localize the lm.h header 2014-02-26 13:49:05 +01:00
lm.h ARM: integrator: localize the lm.h header 2014-02-26 13:49:05 +01:00
pci_v3.c ARM: integrator: Convert PCI to use generic config accessors 2015-01-29 08:34:42 -06:00
pci_v3.h ARM: mach-integrator: Add stub for pci_v3_early_init() for !CONFIG_PCI 2013-09-25 21:59:52 -07:00