summaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2016-06-17 03:37:45 +0300
committerRoger Quadros <rogerq@ti.com>2016-06-17 10:11:54 +0300
commitcaf21c61a115561553920dd6fd6f888229b7695e (patch)
tree11ea543298f8d38b07d75c0542c11ca5634fe740 /mm
parent1a695a905c18548062509178b98bc91e67510864 (diff)
downloadlinux-caf21c61a115561553920dd6fd6f888229b7695e.tar.xz
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 <rogerq@ti.com> Cc: Tony Lindgren <tony@atomide.com> Cc: linux-omap@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions