浏览代码

staging,dgap: Add dependency on HAS_IOMEM

On archs like S390 or um this driver cannot build nor work.
Make it depend on HAS_IOMEM to bypass build failures.

drivers/staging/dgap/dgap_driver.c: In function ‘dgap_cleanup_board’:
drivers/staging/dgap/dgap_driver.c:457:3: error: implicit declaration of function ‘iounmap’ [-Werror=implicit-function-declaration]
drivers/staging/dgap/dgap_driver.c: In function ‘dgap_do_remap’:
drivers/staging/dgap/dgap_driver.c:694:2: error: implicit declaration of function ‘ioremap’ [-Werror=implicit-function-declaration]

Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: David S. Miller <davem@davemloft.net>
Richard Weinberger 11 年之前
父节点
当前提交
29c56c701d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/staging/dgap/Kconfig

+ 1 - 1
drivers/staging/dgap/Kconfig

@@ -1,6 +1,6 @@
 config DGAP
 config DGAP
        tristate "Digi EPCA PCI products"
        tristate "Digi EPCA PCI products"
        default n
        default n
-       depends on TTY
+       depends on TTY && HAS_IOMEM
        ---help---
        ---help---
        Driver for the Digi International EPCA PCI based product line
        Driver for the Digi International EPCA PCI based product line