diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2007-08-27 11:28:09 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-11 18:46:02 -0400 |
commit | a02eb8da02741f43efb6f06adf534f9f2b913d80 (patch) | |
tree | 3913502d4c3e371a872fdcc1cf1484a8eb366dd4 /include/asm-mips/tx4927/toshiba_rbtx4927.h | |
parent | 4e45171c4e31578157189ca22cfb7b2bcc5f69f2 (diff) |
[MIPS] tx4927: Cleanup unused macros and non-standard IO accessors.
This patch removes many unused constants, replaces non-standard IO
accessors with standard ones, and kills terrible tx4927_mips.h file.
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/tx4927/toshiba_rbtx4927.h')
-rw-r--r-- | include/asm-mips/tx4927/toshiba_rbtx4927.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/include/asm-mips/tx4927/toshiba_rbtx4927.h b/include/asm-mips/tx4927/toshiba_rbtx4927.h index a60649569c2c..b188a659ce02 100644 --- a/include/asm-mips/tx4927/toshiba_rbtx4927.h +++ b/include/asm-mips/tx4927/toshiba_rbtx4927.h | |||
@@ -28,24 +28,20 @@ | |||
28 | #define __ASM_TX4927_TOSHIBA_RBTX4927_H | 28 | #define __ASM_TX4927_TOSHIBA_RBTX4927_H |
29 | 29 | ||
30 | #include <asm/tx4927/tx4927.h> | 30 | #include <asm/tx4927/tx4927.h> |
31 | #include <asm/tx4927/tx4927_mips.h> | ||
32 | #ifdef CONFIG_PCI | 31 | #ifdef CONFIG_PCI |
33 | #include <asm/tx4927/tx4927_pci.h> | 32 | #include <asm/tx4927/tx4927_pci.h> |
34 | #endif | 33 | #endif |
35 | 34 | ||
36 | #define TOSHIBA_RBTX4927_WR08(a,b) do { TX4927_WR08(a,b); wbflush(); } while ( 0 ) | ||
37 | |||
38 | |||
39 | #ifdef CONFIG_PCI | 35 | #ifdef CONFIG_PCI |
40 | #define TBTX4927_ISA_IO_OFFSET TX4927_PCIIO | 36 | #define TBTX4927_ISA_IO_OFFSET TX4927_PCIIO |
41 | #else | 37 | #else |
42 | #define TBTX4927_ISA_IO_OFFSET 0 | 38 | #define TBTX4927_ISA_IO_OFFSET 0 |
43 | #endif | 39 | #endif |
44 | 40 | ||
45 | #define RBTX4927_SW_RESET_DO 0xbc00f000 | 41 | #define RBTX4927_SW_RESET_DO (void __iomem *)0xbc00f000UL |
46 | #define RBTX4927_SW_RESET_DO_SET 0x01 | 42 | #define RBTX4927_SW_RESET_DO_SET 0x01 |
47 | 43 | ||
48 | #define RBTX4927_SW_RESET_ENABLE 0xbc00f002 | 44 | #define RBTX4927_SW_RESET_ENABLE (void __iomem *)0xbc00f002UL |
49 | #define RBTX4927_SW_RESET_ENABLE_SET 0x01 | 45 | #define RBTX4927_SW_RESET_ENABLE_SET 0x01 |
50 | 46 | ||
51 | 47 | ||