diff options
| author | Paul Gortmaker <[email protected]> | 2016-03-27 18:08:16 -0400 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2016-04-11 20:30:43 +1000 |
| commit | c0c523897d1f83bc8484cb58d1f51d935b23cee5 (patch) | |
| tree | 72cea21137dfdc879396d6b38cb16221e3a38940 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
| parent | 8038665fb54f1e54785c63be111647abebfe9f20 (diff) | |
powerpc: make kernel/nvram_64.c explicitly non-modular
The Makefile/Kconfig currently controlling compilation of this code is:
obj-$(CONFIG_PPC64) += setup_64.o sys_ppc32.o \
signal_64.o ptrace32.o \
paca.o nvram_64.o firmware.o
arch/powerpc/platforms/Kconfig.cputype:config PPC64
arch/powerpc/platforms/Kconfig.cputype: bool "64-bit kernel"
...meaning that it currently is not being built as a module by anyone.
Lets remove the modular code that is essentially orphaned, so that
when reading the driver there is no doubt it is builtin-only.
Since module_init translates to device_initcall in the non-modular
case, the init ordering remains unchanged with this commit.
We don't replace module.h with init.h since the file already has that.
We delete the MODULE_LICENSE tag since that information is already
contained at the top of the file in the comments.
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Michael Ellerman <[email protected]>
Cc: Hari Bathini <[email protected]>
Cc: Nathan Fontenot <[email protected]>
Cc: Andrzej Hajda <[email protected]>
Cc: Anton Blanchard <[email protected]>
Cc: [email protected]
Signed-off-by: Paul Gortmaker <[email protected]>
Reviewed-by: Nathan Fontenot <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions