linux/drivers/ptp
Richard Weinberger c361f1a9f9 ptp_pch: 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/ptp/ptp_pch.c: In function ‘pch_remove’:
drivers/ptp/ptp_pch.c:571:3: error: implicit declaration of function ‘iounmap’ [-Werror=implicit-function-declaration]
drivers/ptp/ptp_pch.c: In function ‘pch_probe’:
drivers/ptp/ptp_pch.c:621: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 ptp_pch: Add dependency on HAS_IOMEM 2014-01-15 14:51:22 -08:00
Makefile supports eg20t ptp clock 2012-03-09 13:55:34 -08:00
ptp_chardev.c ptp: reduce stack usage when measuring the system time offset 2012-11-26 17:22:14 -05:00
ptp_clock.c PTP: convert class code to use dev_groups 2013-07-26 18:05:17 -07:00
ptp_ixp46x.c ptp: switch to use gpiolib 2013-09-27 14:15:27 +02:00
ptp_pch.c ptp_pch: fix error handling in pch_probe() 2013-05-25 21:24:15 -07:00
ptp_private.h PTP: convert class code to use dev_groups 2013-07-26 18:05:17 -07:00
ptp_sysfs.c PTP: convert class code to use dev_groups 2013-07-26 18:05:17 -07:00