projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa33a54
)
[MIPS] Fix include wrapper symbol to something sane.
author
Ralf Baechle
<ralf@linux-mips.org>
Mon, 22 Oct 2007 14:17:39 +0000
(15:17 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 22 Oct 2007 21:09:01 +0000
(22:09 +0100)
And why are there i8253.h and 8253pit.h ...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/i8253.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-mips/i8253.h
b/include/asm-mips/i8253.h
index 8f689d7df6b1c4563b02ac0d942ecdaf029e1815..affb32ce4af980e86502e9700a34da79e73503ff 100644
(file)
--- a/
include/asm-mips/i8253.h
+++ b/
include/asm-mips/i8253.h
@@
-2,8
+2,8
@@
* Machine specific IO port address definition for generic.
* Written by Osamu Tomita <tomita@cinet.co.jp>
*/
-#ifndef _
MACH_IO_PORTS
_H
-#define _
MACH_IO_PORTS
_H
+#ifndef _
_ASM_I8253
_H
+#define _
_ASM_I8253
_H
/* i8253A PIT registers */
#define PIT_MODE 0x43
@@
-27,4
+27,4
@@
extern void setup_pit_timer(void);
-#endif /*
!_MACH_IO_PORTS
_H */
+#endif /*
__ASM_I8253
_H */