From: Marc Kleine-Budde Date: Wed, 27 Mar 2013 11:47:13 +0000 (+0100) Subject: can: sja1000: limit PEAK PCAN-PC Card to HAS_IOPORT X-Git-Tag: submit/tizen_common/20140905.094502~3228^2~20^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3fd33497f80aa528ded0db2851b48638635d5caa;p=sdk%2Femulator%2Femulator-kernel.git can: sja1000: limit PEAK PCAN-PC Card to HAS_IOPORT This patch limits the PEAK PCAN-PC Card driver to systems with ioports. Fixes a compile time breakage on SH: drivers/net/can/sja1000/peak_pcmcia.c:626:2: error: implicit declaration of function 'ioport_unmap' Reported-by: Fengguang Wu Cc: Paul Mundt Signed-off-by: Marc Kleine-Budde --- diff --git a/drivers/net/can/sja1000/Kconfig b/drivers/net/can/sja1000/Kconfig index b39ca5b..ff2ba86c 100644 --- a/drivers/net/can/sja1000/Kconfig +++ b/drivers/net/can/sja1000/Kconfig @@ -46,6 +46,7 @@ config CAN_EMS_PCI config CAN_PEAK_PCMCIA tristate "PEAK PCAN-PC Card" depends on PCMCIA + depends on HAS_IOPORT ---help--- This driver is for the PCAN-PC Card PCMCIA adapter (1 or 2 channels) from PEAK-System (http://www.peak-system.com). To compile this