Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2695a14d authored by Thomas Bogendoerfer's avatar Thomas Bogendoerfer Committed by Linus Torvalds
Browse files

SC26XX: missing PORT define in serial_core.h



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: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 21534301
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -149,6 +149,8 @@
/* Freescale ColdFire */
#define PORT_MCF	78

#define PORT_SC26XX	79


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