diff options
| author | Greg Ungerer <gerg@snapgear.com> | 2007-10-23 22:03:52 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-23 23:45:44 -0400 |
| commit | f0c15f48bb4a68d5f74855720ae5efc56dec6a3b (patch) | |
| tree | 2de1f2f9ab3cd79cb104ed62eb95b06b58c21bda | |
| parent | ee5a2402a1572fcaf6b674d0892cd03fdcbc70a9 (diff) | |
add port definition for mcf UART driver
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>
| -rw-r--r-- | include/linux/serial_core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index 4db77249281c..6a5203fb9cf1 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h | |||
| @@ -146,6 +146,9 @@ | |||
| 146 | /* Broadcom SB1250, etc. SOC */ | 146 | /* Broadcom SB1250, etc. SOC */ |
| 147 | #define PORT_SB1250_DUART 77 | 147 | #define PORT_SB1250_DUART 77 |
| 148 | 148 | ||
| 149 | /* Freescale ColdFire */ | ||
| 150 | #define PORT_MCF 78 | ||
| 151 | |||
| 149 | 152 | ||
| 150 | #ifdef __KERNEL__ | 153 | #ifdef __KERNEL__ |
| 151 | 154 | ||
