diff options
| author | Ralf Baechle <ralf@linux-mips.org> | 2006-06-27 12:34:35 -0400 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2006-06-29 16:10:54 -0400 |
| commit | 89e22d15910a47fe026fe607710ec4646efc100a (patch) | |
| tree | 16013d62dc6a1c7976dc4e6fc438a9df82da3085 | |
| parent | 2e78ae3f48b2596797101fa365abd6348143299f (diff) | |
[MIPS] ioc3.h: Uses u8, so include <linux/types.h>.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
| -rw-r--r-- | include/asm-mips/sn/ioc3.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-mips/sn/ioc3.h b/include/asm-mips/sn/ioc3.h index f7d530f306f2..099677774d71 100644 --- a/include/asm-mips/sn/ioc3.h +++ b/include/asm-mips/sn/ioc3.h | |||
| @@ -5,6 +5,8 @@ | |||
| 5 | #ifndef _IOC3_H | 5 | #ifndef _IOC3_H |
| 6 | #define _IOC3_H | 6 | #define _IOC3_H |
| 7 | 7 | ||
| 8 | #include <linux/types.h> | ||
| 9 | |||
| 8 | /* SUPERIO uart register map */ | 10 | /* SUPERIO uart register map */ |
| 9 | typedef volatile struct ioc3_uartregs { | 11 | typedef volatile struct ioc3_uartregs { |
| 10 | union { | 12 | union { |
