]> git.baikalelectronics.ru Git - kernel.git/commit
ptp_pch: Add dependency on HAS_IOMEM
authorRichard Weinberger <richard@nod.at>
Tue, 14 Jan 2014 15:45:39 +0000 (16:45 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Jan 2014 22:51:22 +0000 (14:51 -0800)
commit6df8235180afd42055175deaba999bc63bc69d84
treee379452743ebdef44947633b01bc155e317da3a8
parent0e563d9995f0fc0d4d73199f2257484ea801ab07
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>
drivers/ptp/Kconfig