diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-10-08 16:56:07 +0200 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2015-10-13 17:42:35 +0200 |
commit | 42160a041db89807691b2a3fbf42e36a98b6019e (patch) | |
tree | 308778977364397d66dd26c9981e8c231fda3bad /include/linux/platform_data/atmel.h | |
parent | ba61a8d9d780980e8284355a0be750897e7af212 (diff) | |
download | linux-42160a041db89807691b2a3fbf42e36a98b6019e.tar.gz linux-42160a041db89807691b2a3fbf42e36a98b6019e.tar.bz2 linux-42160a041db89807691b2a3fbf42e36a98b6019e.zip |
can: at91: remove at91_can_data
struct at91_can_data was used to pass a callback to the driver, allowing it
to switch the transceiver on and off. As all at91 boards are now using DT,
this is not used anymore, remove that structure.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'include/linux/platform_data/atmel.h')
-rw-r--r-- | include/linux/platform_data/atmel.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/platform_data/atmel.h b/include/linux/platform_data/atmel.h index 527a85c61924..c121ddf74f7f 100644 --- a/include/linux/platform_data/atmel.h +++ b/include/linux/platform_data/atmel.h @@ -74,11 +74,6 @@ struct atmel_uart_data { struct serial_rs485 rs485; /* rs485 settings */ }; -/* CAN */ -struct at91_can_data { - void (*transceiver_switch)(int on); -}; - /* FIXME: this needs a better location, but gets stuff building again */ extern int at91_suspend_entering_slow_clock(void); |