aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-internal.h
diff options
context:
space:
mode:
authorPaul Gortmaker <[email protected]>2016-06-16 20:37:45 -0400
committerRoger Quadros <[email protected]>2016-06-17 10:11:54 +0300
commitcaf21c61a115561553920dd6fd6f888229b7695e (patch)
tree11ea543298f8d38b07d75c0542c11ca5634fe740 /lib/mpi/mpi-internal.h
parent1a695a905c18548062509178b98bc91e67510864 (diff)
memory: omap-gpmc: make it explicitly non-modular
The Kconfig currently controlling compilation of this code is: drivers/memory/Kconfig:config OMAP_GPMC drivers/memory/Kconfig: bool ...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 was not in use by this code, the init ordering remains unchanged with this commit. Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code. We don't replace module.h with init.h since the file already has that. Cc: Roger Quadros <[email protected]> Cc: Tony Lindgren <[email protected]> Cc: [email protected] Signed-off-by: Paul Gortmaker <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-internal.h')
0 files changed, 0 insertions, 0 deletions