commit | 70b3590f639f4e753e6f556209cb89b812879402 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Sat Dec 12 08:53:21 2015 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Sat Dec 12 08:53:21 2015 +0100 |
tree | ab665cedbe9b32f87d3917fd6282b02766f22208 | |
parent | bd8f27ba828efa2538bc86010f299a635e79249b [diff] |
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>