[MIPS] ioc3.h: Uses u8, so include <linux/types.h>.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 27 Jun 2006 16:34:35 +0000 (17:34 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 29 Jun 2006 20:10:54 +0000 (21:10 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/sn/ioc3.h

index f7d530f306f26bab1002b6220ef1bb395fb423fd..099677774d71b73fbfb1b649c9c4de15116ec055 100644 (file)
@@ -5,6 +5,8 @@
 #ifndef _IOC3_H
 #define _IOC3_H
 
+#include <linux/types.h>
+
 /* SUPERIO uart register map */
 typedef volatile struct ioc3_uartregs {
        union {
This page took 0.030168 seconds and 5 git commands to generate.