diff options
| author | David S. Miller <davem@davemloft.net> | 2015-10-14 18:36:58 -0700 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2015-10-14 18:36:58 -0700 |
| commit | c3503357fb71af9b215541e1959a7db9325c1f0f (patch) | |
| tree | cb0663f96dae37b1b05eeaf179a5bfcbf7f0335d /include/linux/platform_data | |
| parent | 4568637f7a20bbb1dcbf8ada56de08f6c940bcbd (diff) | |
| parent | 42160a041db89807691b2a3fbf42e36a98b6019e (diff) | |
Merge tag 'linux-can-next-for-4.4-20151013' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next
Marc Kleine-Budde says:
====================
pull-request: can-next 2015-09-17
this is a pull request of 4 patches for net-next/master.
Two patches are by Gerhard Bertelsmann, fixing some problems in the
sun4i driver. The patch by Arnd Bergmann stops using timeval for the
CAN broadcast manager. The last patch by Alexandre Belloni removes the
otherwise unused struct at91_can_data from the driver.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/platform_data')
| -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); |
