mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 15:50:53 +07:00
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: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
21534301ea
commit
2695a14d31
@ -149,6 +149,8 @@
|
||||
/* Freescale ColdFire */
|
||||
#define PORT_MCF 78
|
||||
|
||||
#define PORT_SC26XX 79
|
||||
|
||||
|
||||
/* MN10300 on-chip UART numbers */
|
||||
#define PORT_MN10300 80
|
||||
|
Loading…
Reference in New Issue
Block a user