瀏覽代碼

[MIPS] ioc3.h: Uses u8, so include <linux/types.h>.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 19 年之前
父節點
當前提交
89e22d1591
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/asm-mips/sn/ioc3.h

+ 2 - 0
include/asm-mips/sn/ioc3.h

@@ -5,6 +5,8 @@
 #ifndef _IOC3_H
 #define _IOC3_H
 
+#include <linux/types.h>
+
 /* SUPERIO uart register map */
 typedef volatile struct ioc3_uartregs {
 	union {