Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+2
+2
include/asm-mips/sn/ioc3.h
··· 5 5 #ifndef _IOC3_H 6 6 #define _IOC3_H 7 7 8 + #include <linux/types.h> 9 + 8 10 /* SUPERIO uart register map */ 9 11 typedef volatile struct ioc3_uartregs { 10 12 union {