linux/drivers/staging/dgap
Richard Weinberger 29c56c701d 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>
2014-01-15 14:51:22 -08:00
..
dgap_conf.h
dgap_downld.h
dgap_driver.c
dgap_driver.h
dgap_fep5.c staging: dgap: dgap_fep5: Do not use 0 for NULL pointer 2013-10-11 15:36:30 -07:00
dgap_fep5.h
dgap_kcompat.h
dgap_parse.c
dgap_parse.h
dgap_pci.h
dgap_sysfs.c
dgap_sysfs.h
dgap_trace.c
dgap_trace.h
dgap_tty.c staging: dgap: dgap_tty: Do not use 0 for pointers 2013-10-11 15:36:30 -07:00
dgap_tty.h
dgap_types.h
digi.h
downld.c
Kconfig staging,dgap: Add dependency on HAS_IOMEM 2014-01-15 14:51:22 -08:00
Makefile