projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e78ae3
)
[MIPS] ioc3.h: Uses u8, so include <linux/types.h>.
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 27 Jun 2006 16:34:35 +0000
(17:34 +0100)
committer
Ralf 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
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-mips/sn/ioc3.h
b/include/asm-mips/sn/ioc3.h
index f7d530f306f26bab1002b6220ef1bb395fb423fd..099677774d71b73fbfb1b649c9c4de15116ec055 100644
(file)
--- a/
include/asm-mips/sn/ioc3.h
+++ b/
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 {