1
0
Fork 0
alistair23-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
..
Kconfig staging,dgap: Add dependency on HAS_IOMEM 2014-01-15 14:51:22 -08:00
Makefile drivers: staging: dgap: move DG_NAME and DG_PART from "Makefile" to "dgap_driver.h" 2013-09-25 16:09:24 -07:00
dgap_conf.h
dgap_downld.h staging: dgap: Fix typo in staging/dgap 2013-09-17 07:47:46 -07:00
dgap_driver.c staging: dgap: driver.c: removes smatch warning "redundant null check" 2013-09-25 16:09:24 -07:00
dgap_driver.h drivers: staging: dgap: move DG_NAME and DG_PART from "Makefile" to "dgap_driver.h" 2013-09-25 16:09:24 -07:00
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 staging: dgap: Fix typo in staging/dgap 2013-09-17 07:47:46 -07:00
dgap_kcompat.h staging: dgap: Remove version check in dgap_kcompat.h 2013-09-17 07:47:43 -07:00
dgap_parse.c staging: dgap: Fix typo in staging/dgap 2013-09-17 07:47:46 -07:00
dgap_parse.h
dgap_pci.h
dgap_sysfs.c staging: dgap: Remove casting the return value which is a void pointer 2013-09-17 07:47:43 -07:00
dgap_sysfs.h
dgap_trace.c staging: dgap: Remove version.h header inclusion in dgap_trace.c 2013-08-28 15:15:45 -07:00
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 staging: dgap: Fix typo in staging/dgap 2013-09-17 07:47:46 -07:00
downld.c staging: dgap: Fix typo in staging/dgap 2013-09-17 07:47:46 -07:00