Searched hist:"3 fd33497" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/can/sja1000/ |
H A D | Kconfig | 3fd33497 Wed Mar 27 06:47:13 CDT 2013 Marc Kleine-Budde <mkl@pengutronix.de> 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 <fengguang.wu@intel.com> Cc: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> 3fd33497 Wed Mar 27 06:47:13 CDT 2013 Marc Kleine-Budde <mkl@pengutronix.de> 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 <fengguang.wu@intel.com> Cc: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
|