alistair23-linux/drivers/memory
Paul Gortmaker 563b41c983 memory: atmel-sdramc: make it explicitly non-modular
The Kconfig for this option is currently:

config ATMEL_SDRAMC
        bool "Atmel (Multi-port DDR-)SDRAM Controller"

...meaning that it currently is not being built as a module by anyone.
Lets remove the couple traces of modularity, 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.  An
alternate init level might be worth considering at a later date.

Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code.

We also delete the MODULE_LICENSE tag etc. since all that information
was (or is now) contained at the top of the file in the comments.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
2016-06-21 17:16:42 +02:00
..
samsung memory: samsung: exynos-srom: Add support for bank configuration 2016-04-18 14:25:29 +02:00
tegra memory/tegra: Add number of TLB lines for Tegra124 2015-12-14 16:11:35 +01:00
atmel-ebi.c memory: add Atmel EBI (External Bus Interface) driver 2016-06-02 08:32:25 +02:00
atmel-sdramc.c memory: atmel-sdramc: make it explicitly non-modular 2016-06-21 17:16:42 +02:00
emif.c drivers/memory: don't check resource with devm_ioremap_resource 2013-05-18 11:55:52 +02:00
emif.h
fsl-corenet-cf.c memory: fsl-corenet: Fix module autoload for OF platform driver 2015-10-05 04:44:11 +01:00
fsl_ifc.c mtd/ifc: Add support for IFC controller version 2.0 2016-04-19 22:04:53 +02:00
jz4780-nemc.c memory: jz4780-nemc: driver for the NEMC on JZ4780 SoCs 2015-03-26 23:51:36 +01:00
Kconfig memory: add Atmel EBI (External Bus Interface) driver 2016-06-02 08:32:25 +02:00
Makefile memory: add Atmel EBI (External Bus Interface) driver 2016-06-02 08:32:25 +02:00
mtk-smi.c memory: mtk-smi: export mtk_smi_larb_get/put 2016-05-06 14:20:56 +02:00
mvebu-devbus.c memory: drop owner assignment from platform_drivers 2014-10-20 16:20:52 +02:00
of_memory.c memory: of_memory: Silence uninitialized variable warning 2016-05-01 14:20:04 -07:00
of_memory.h
omap-gpmc.c mtd: nand: omap2: rely on generic DT parsing done in nand_scan_ident() 2016-04-19 22:04:54 +02:00
pl172.c memory: pl172: add ARM PrimeCell PL176 MPMC support 2015-09-29 22:19:02 +02:00
tegra20-mc.c memory: drop owner assignment from platform_drivers 2014-10-20 16:20:52 +02:00
ti-aemif.c memory: ti-aemif: Fix module autoload for OF platform driver 2015-10-05 04:44:11 +01:00