Re: [PATCH] can: at91: move at91_can_data to at91_can.c

2015-08-13 Thread Marc Kleine-Budde
On 08/10/2015 04:44 PM, Alexandre Belloni wrote: > struct at91_can_data is now only used inside the driver, move it to > its c file. It was supposed to be the interface between the board and the CAN driver. In commit 4403ac46edcdb51e92d36ad9f00ea3bbb766342e the at91sam9263 board was removed. As th

[PATCH] can: at91: move at91_can_data to at91_can.c

2015-08-10 Thread Alexandre Belloni
struct at91_can_data is now only used inside the driver, move it to its c file. Signed-off-by: Alexandre Belloni --- drivers/net/can/at91_can.c | 5 - include/linux/platform_data/atmel.h | 5 - 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/net/can/at91_c