commit | 71fd380a6b87f384002feceda39fd670ede7ea5f | [log] [tgz] |
---|---|---|
author | Chen Gang <gang.chen.5i5j@gmail.com> | Sun Oct 05 09:28:33 2014 +0800 |
committer | Wim Van Sebroeck <wim@iguana.be> | Mon Oct 20 21:08:53 2014 +0200 |
tree | 970c150d6e9a87346baa41ccf98e5613b091691b | |
parent | c5ec618fbf83045b9d51679d809ddd45f990fe0a [diff] |
watchdog: Let XILINX_WATCHDOG and TEGRA_WATCHDOG depend on HAS_IOMEM They need HAS_IOMEM, so let them depend on it, the related error (with allmodconfig under um): MODPOST 1205 modules ERROR: "devm_ioremap_resource" [drivers/watchdog/tegra_wdt.ko] undefined! ERROR: "devm_ioremap_resource" [drivers/watchdog/of_xilinx_wdt.ko] undefined! Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>