Re: [PATCH] drivers/watchdog/Kconfig: Let XILINX_WATCHDOG and TEGRA_WATCHDOG depend on HAS_IOMEM

2014-10-04 Thread Chen Gang
On 10/5/14 8:18, Guenter Roeck wrote: > On 10/04/2014 02:39 AM, Chen Gang wrote: >> They need HAS_IOMEM, so let them depend on it, the related error (with >> allmodconfig under um): >> >> MODPOST 1205 modules >>ERROR: "syscall" [fs/hostfs/hostfs.ko] undefined! >>ERROR:

Re: [PATCH] drivers/watchdog/Kconfig: Let XILINX_WATCHDOG and TEGRA_WATCHDOG depend on HAS_IOMEM

2014-10-04 Thread Guenter Roeck
On 10/04/2014 02:39 AM, Chen Gang wrote: They need HAS_IOMEM, so let them depend on it, the related error (with allmodconfig under um): MODPOST 1205 modules ERROR: "syscall" [fs/hostfs/hostfs.ko] undefined! ERROR: "devm_ioremap_resource" [drivers/watchdog/tegra_wdt.ko] undefined!

Re: [PATCH] drivers/watchdog/Kconfig: Let XILINX_WATCHDOG and TEGRA_WATCHDOG depend on HAS_IOMEM

2014-10-04 Thread Chen Gang
On 10/4/14 17:39, Chen Gang wrote: > They need HAS_IOMEM, so let them depend on it, the related error (with > allmodconfig under um): > > MODPOST 1205 modules > ERROR: "syscall" [fs/hostfs/hostfs.ko] undefined! ^ Sorry, the line above is useless for this issue, please skip it. Thanks.

[PATCH] drivers/watchdog/Kconfig: Let XILINX_WATCHDOG and TEGRA_WATCHDOG depend on HAS_IOMEM

2014-10-04 Thread Chen Gang
They need HAS_IOMEM, so let them depend on it, the related error (with allmodconfig under um): MODPOST 1205 modules ERROR: "syscall" [fs/hostfs/hostfs.ko] undefined! ERROR: "devm_ioremap_resource" [drivers/watchdog/tegra_wdt.ko] undefined! ERROR: "devm_ioremap_resource"

[PATCH] drivers/watchdog/Kconfig: Let XILINX_WATCHDOG and TEGRA_WATCHDOG depend on HAS_IOMEM

2014-10-04 Thread Chen Gang
They need HAS_IOMEM, so let them depend on it, the related error (with allmodconfig under um): MODPOST 1205 modules ERROR: syscall [fs/hostfs/hostfs.ko] undefined! ERROR: devm_ioremap_resource [drivers/watchdog/tegra_wdt.ko] undefined! ERROR: devm_ioremap_resource

Re: [PATCH] drivers/watchdog/Kconfig: Let XILINX_WATCHDOG and TEGRA_WATCHDOG depend on HAS_IOMEM

2014-10-04 Thread Chen Gang
On 10/4/14 17:39, Chen Gang wrote: They need HAS_IOMEM, so let them depend on it, the related error (with allmodconfig under um): MODPOST 1205 modules ERROR: syscall [fs/hostfs/hostfs.ko] undefined! ^ Sorry, the line above is useless for this issue, please skip it. Thanks.

Re: [PATCH] drivers/watchdog/Kconfig: Let XILINX_WATCHDOG and TEGRA_WATCHDOG depend on HAS_IOMEM

2014-10-04 Thread Guenter Roeck
On 10/04/2014 02:39 AM, Chen Gang wrote: They need HAS_IOMEM, so let them depend on it, the related error (with allmodconfig under um): MODPOST 1205 modules ERROR: syscall [fs/hostfs/hostfs.ko] undefined! ERROR: devm_ioremap_resource [drivers/watchdog/tegra_wdt.ko] undefined!

Re: [PATCH] drivers/watchdog/Kconfig: Let XILINX_WATCHDOG and TEGRA_WATCHDOG depend on HAS_IOMEM

2014-10-04 Thread Chen Gang
On 10/5/14 8:18, Guenter Roeck wrote: On 10/04/2014 02:39 AM, Chen Gang wrote: They need HAS_IOMEM, so let them depend on it, the related error (with allmodconfig under um): MODPOST 1205 modules ERROR: syscall [fs/hostfs/hostfs.ko] undefined! ERROR: devm_ioremap_resource

[PATCH] drivers/watchdog/Kconfig: Let XILINX_WATCHDOG and TEGRA_WATCHDOG depend on HAS_IOMEM

2014-07-13 Thread Chen Gang
XILINX_WATCHDOG and TEGRA_WATCHDOG need HAS_IOMEM, so let them depend on HAS_IOMEM. The related error (with allmodconfig under score): MODPOST 1365 modules ERROR: "devm_ioremap_resource" [drivers/watchdog/tegra_wdt.ko] undefined! ERROR: "devm_ioremap_resource"

[PATCH] drivers/watchdog/Kconfig: Let XILINX_WATCHDOG and TEGRA_WATCHDOG depend on HAS_IOMEM

2014-07-13 Thread Chen Gang
XILINX_WATCHDOG and TEGRA_WATCHDOG need HAS_IOMEM, so let them depend on HAS_IOMEM. The related error (with allmodconfig under score): MODPOST 1365 modules ERROR: devm_ioremap_resource [drivers/watchdog/tegra_wdt.ko] undefined! ERROR: devm_ioremap_resource