Skip to content

Commit

Permalink
add port definition for mcf UART driver
Browse files Browse the repository at this point in the history
Add a port type definition for the Freescale UART driver ports (mcf.c).

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Oct 24, 2007
1 parent ee5a240 commit f0c15f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/linux/serial_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@
/* Broadcom SB1250, etc. SOC */
#define PORT_SB1250_DUART 77

/* Freescale ColdFire */
#define PORT_MCF 78


#ifdef __KERNEL__

Expand Down

0 comments on commit f0c15f4

Please sign in to comment.