Commit 9490094b authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] Fix include wrapper symbol to something sane.

And why are there i8253.h and 8253pit.h ...
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent fa33a546
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
* Machine specific IO port address definition for generic. * Machine specific IO port address definition for generic.
* Written by Osamu Tomita <tomita@cinet.co.jp> * Written by Osamu Tomita <tomita@cinet.co.jp>
*/ */
#ifndef _MACH_IO_PORTS_H #ifndef __ASM_I8253_H
#define _MACH_IO_PORTS_H #define __ASM_I8253_H
/* i8253A PIT registers */ /* i8253A PIT registers */
#define PIT_MODE 0x43 #define PIT_MODE 0x43
...@@ -27,4 +27,4 @@ ...@@ -27,4 +27,4 @@
extern void setup_pit_timer(void); extern void setup_pit_timer(void);
#endif /* !_MACH_IO_PORTS_H */ #endif /* __ASM_I8253_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment