diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2007-03-14 18:58:28 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-04-27 19:20:23 +0400 |
commit | 2127435e57a15f1fea8d6969e264eeb05b28ba4b (patch) | |
tree | c8ae7407efcfe42309fbab978c931e17042780b8 /include/asm-mips/jmr3927/txx927.h | |
parent | 252161eccd1a44f32a506d0fedb424d4ff84e4dc (diff) | |
download | linux-2127435e57a15f1fea8d6969e264eeb05b28ba4b.tar.xz |
[MIPS] JMR3927 cleanup
* Kill dead codes
* Rearrange irq chip handlers
* Minimize defconfig
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/jmr3927/txx927.h')
-rw-r--r-- | include/asm-mips/jmr3927/txx927.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-mips/jmr3927/txx927.h b/include/asm-mips/jmr3927/txx927.h index 9d5792eab452..58a8ff6be815 100644 --- a/include/asm-mips/jmr3927/txx927.h +++ b/include/asm-mips/jmr3927/txx927.h @@ -10,8 +10,6 @@ #ifndef __ASM_TXX927_H #define __ASM_TXX927_H -#ifndef __ASSEMBLY__ - struct txx927_tmr_reg { volatile unsigned long tcr; volatile unsigned long tisr; @@ -52,9 +50,6 @@ struct txx927_pio_reg { volatile unsigned long maskext; }; -#endif /* !__ASSEMBLY__ */ - - /* * TMR */ |