[PATCH RFC] ARM: at91: remove at91_register_uart_fns and headers

Joachim Eastwood manabian at gmail.com
Fri Apr 6 12:19:54 EDT 2012


On Fri, Apr 6, 2012 at 6:02 PM, Joachim Eastwood <manabian at gmail.com> wrote:
> No AT91/AVR32 boards currently use at91_register_uart_fns so let's remove it.
>
> The only other mach in the kernel that has a *_register_uart_fns function
> is SA1100 so the demand for this functionality is not great.
>
> Signed-off-by: Joachim Eastwood <joachim.eastwood at jotron.com>
> ---
>  arch/arm/include/asm/mach/serial_at91.h   |   33 -----------------------------
>  arch/avr32/include/asm/mach/serial_at91.h |   33 -----------------------------
>  drivers/tty/serial/atmel_serial.c         |   18 ----------------
>  3 files changed, 84 deletions(-)
>  delete mode 100644 arch/arm/include/asm/mach/serial_at91.h
>  delete mode 100644 arch/avr32/include/asm/mach/serial_at91.h

I forgot to remove the atmel_open_hook/atmel_close_hook from the
driver. (This shaves off another 22 lines)
If nobody objects to the removal of at91_register_uart_fns I'll send
an updated patch.

regards
Joachim Eastwood



More information about the linux-arm-kernel mailing list