Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339504
b: refs/heads/master
c: 95e629b
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Nov 16, 2012
1 parent 583416a commit 3e04a21
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 85 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 46000065a631c6d21452d533baf086175c384ba4
refs/heads/master: 95e629b761ce36996d1befe2824d5346b5a220b9
33 changes: 0 additions & 33 deletions trunk/arch/arm/include/asm/mach/serial_at91.h

This file was deleted.

33 changes: 0 additions & 33 deletions trunk/arch/avr32/include/asm/mach/serial_at91.h

This file was deleted.

18 changes: 0 additions & 18 deletions trunk/drivers/tty/serial/atmel_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#include <asm/io.h>
#include <asm/ioctls.h>

#include <asm/mach/serial_at91.h>
#include <mach/board.h>

#ifdef CONFIG_ARM
Expand Down Expand Up @@ -1513,23 +1512,6 @@ static void __devinit atmel_init_port(struct atmel_uart_port *atmel_port,
}
}

/*
* Register board-specific modem-control line handlers.
*/
void __init atmel_register_uart_fns(struct atmel_port_fns *fns)
{
if (fns->enable_ms)
atmel_pops.enable_ms = fns->enable_ms;
if (fns->get_mctrl)
atmel_pops.get_mctrl = fns->get_mctrl;
if (fns->set_mctrl)
atmel_pops.set_mctrl = fns->set_mctrl;
atmel_open_hook = fns->open;
atmel_close_hook = fns->close;
atmel_pops.pm = fns->pm;
atmel_pops.set_wake = fns->set_wake;
}

struct platform_device *atmel_default_console_device; /* the serial console device */

#ifdef CONFIG_SERIAL_ATMEL_CONSOLE
Expand Down

0 comments on commit 3e04a21

Please sign in to comment.