Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
SC26XX: missing PORT define in serial_core.h
Browse files Browse the repository at this point in the history
When submitting the driver for inclusion to 2.6.25 I've missed the change to
serial_core.h. This patch fixes this.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
tsbogend authored and Linus Torvalds committed Feb 14, 2008
1 parent 2153430 commit 2695a14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/serial_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@
/* Freescale ColdFire */
#define PORT_MCF 78

#define PORT_SC26XX 79


/* MN10300 on-chip UART numbers */
#define PORT_MN10300 80
Expand Down

0 comments on commit 2695a14

Please sign in to comment.