summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/atmel.h
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2015-10-08 16:56:07 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2015-10-13 17:42:35 +0200
commit42160a041db89807691b2a3fbf42e36a98b6019e (patch)
tree308778977364397d66dd26c9981e8c231fda3bad /include/linux/platform_data/atmel.h
parentba61a8d9d780980e8284355a0be750897e7af212 (diff)
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.h5
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);