提交 e4592fdd 编写于 作者: R Richard Weinberger 提交者: David S. Miller

staging,spear_adc: 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/iio/adc/spear_adc.c: In function ‘spear_adc_probe’:
drivers/staging/iio/adc/spear_adc.c:393:2: error: implicit declaration of function ‘iounmap’ [-Werror=implicit-function-declaration
Signed-off-by: NRichard Weinberger <richard@nod.at>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 29c56c70
...@@ -128,6 +128,7 @@ config MXS_LRADC ...@@ -128,6 +128,7 @@ config MXS_LRADC
config SPEAR_ADC config SPEAR_ADC
tristate "ST SPEAr ADC" tristate "ST SPEAr ADC"
depends on PLAT_SPEAR || COMPILE_TEST depends on PLAT_SPEAR || COMPILE_TEST
depends on HAS_IOMEM
help help
Say yes here to build support for the integrated ADC inside the Say yes here to build support for the integrated ADC inside the
ST SPEAr SoC. Provides direct access via sysfs. ST SPEAr SoC. Provides direct access via sysfs.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部