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

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle 2006-06-27 17:34:35 +01:00
parent 2e78ae3f48
commit 89e22d1591

View file

@ -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 {