diff options
| author | Hirokazu Takata <takata@linux-m32r.org> | 2005-03-28 03:44:51 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-03-28 03:44:51 -0800 |
| commit | e7b5e9790ed5600f845dabdc8422d18172774943 (patch) | |
| tree | 374c54bcbb791e3b002eebb4aa65a19191b990e1 /include/linux/serial_core.h | |
| parent | 0dd0dcc00253eaa6216105f74c9c13d2cedbf4f6 (diff) | |
[PATCH] m32r_sio driver update
I made a patch to update m32r_sio driver.
Compile checked and tested on a M32700UT eva board with SMP kernel.
It looks working...
__register_m32r_sio, register_m32r_sio, unregister_m32r_sio are still
remained. I'm going to take a look them after.
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/serial_core.h')
| -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 a456436aabb3..f258f61adcb7 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -113,6 +113,9 @@ /* Samsung S3C2400 SoC */ #define PORT_S3C2400 67 +/* M32R SIO */ +#define PORT_M32R_SIO 68 + #ifdef __KERNEL__ #include <linux/config.h> |
