소스 검색

[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
 #ifndef _IOC3_H
 #define _IOC3_H
 #define _IOC3_H
 
 
+#include <linux/types.h>
+
 /* SUPERIO uart register map */
 /* SUPERIO uart register map */
 typedef volatile struct ioc3_uartregs {
 typedef volatile struct ioc3_uartregs {
 	union {
 	union {