reset: hi6220: fix modular build
authorArnd Bergmann <arnd@arndb.de>
Sat, 12 Dec 2015 07:53:21 +0000 (08:53 +0100)
committerArnd Bergmann <arnd@arndb.de>
Sat, 12 Dec 2015 07:53:21 +0000 (08:53 +0100)
commit70b3590f639f4e753e6f556209cb89b812879402
treeab665cedbe9b32f87d3917fd6282b02766f22208
parentbd8f27ba828efa2538bc86010f299a635e79249b
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>
drivers/reset/hisilicon/hi6220_reset.c
This page took 0.025082 seconds and 5 git commands to generate.