Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43363
b: refs/heads/master
c: c2f5ccf
h: refs/heads/master
i:
  43361: ba2ea72
  43359: baa6741
v: v3
  • Loading branch information
Andrew Victor authored and Russell King committed Dec 4, 2006
1 parent 4a2fd46 commit 8e8dab1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: c019d49b69237f195b1a31d90facf738a371841f
refs/heads/master: c2f5ccfbd5198cadd03d8c4bb0e28175b78cd910
6 changes: 3 additions & 3 deletions trunk/drivers/serial/atmel_serial.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* linux/drivers/char/at91_serial.c
* linux/drivers/char/atmel_serial.c
*
* Driver for Atmel AT91 / AT32 Serial ports
* Copyright (C) 2003 Rick Bronson
Expand Down Expand Up @@ -40,7 +40,7 @@
#include <asm/arch/board.h>
#include <asm/arch/at91_pdc.h>
#ifdef CONFIG_ARM
#include <asm/arch/system.h>
#include <asm/arch/cpu.h>
#include <asm/arch/gpio.h>
#endif

Expand Down Expand Up @@ -137,7 +137,7 @@ static void atmel_set_mctrl(struct uart_port *port, u_int mctrl)
unsigned int control = 0;
unsigned int mode;

#ifdef CONFIG_ARM
#ifdef CONFIG_ARCH_AT91RM9200
if (cpu_is_at91rm9200()) {
/*
* AT91RM9200 Errata #39: RTS0 is not internally connected to PA21.
Expand Down

0 comments on commit 8e8dab1

Please sign in to comment.