1
0
Fork 0
alistair23-linux/drivers/reset
Arnd Bergmann 70b3590f63 reset: hi6220: fix modular build
We need to include <linux/module.h> to build the driver as a loadable
module:

drivers/reset/hisilicon/hi6220_reset.c:108:1: warning: data definition has no type or storage class
 postcore_initcall(hi6220_reset_init);

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2015-12-12 08:53:21 +01:00
..
hisilicon reset: hi6220: fix modular build 2015-12-12 08:53:21 +01:00
sti reset: sti: add a missing blank line after declaration 2015-11-16 09:23:47 +01:00
Kconfig reset: hi6220: Reset driver for hisilicon hi6220 SoC 2015-11-20 15:41:45 +01:00
Makefile reset: hi6220: Reset driver for hisilicon hi6220 SoC 2015-11-20 15:41:45 +01:00
core.c reset: remove unused device pointer from struct reset_control 2015-11-18 15:13:20 +01:00
reset-ath79.c reset: ath79: Add system restart support 2015-11-25 10:49:58 +01:00
reset-berlin.c reset: check return value of reset_controller_register() 2015-11-16 09:23:47 +01:00
reset-lpc18xx.c reset: add driver for lpc18xx rgu 2015-08-03 13:13:51 +02:00
reset-socfpga.c reset: check return value of reset_controller_register() 2015-11-16 09:23:47 +01:00
reset-sunxi.c reset: check return value of reset_controller_register() 2015-11-16 09:23:47 +01:00
reset-zynq.c reset: check return value of reset_controller_register() 2015-11-16 09:23:47 +01:00