diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-04-15 17:00:45 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-15 17:44:32 (GMT) |
commit | b29eee4935d9e5952a7ea8543ea499f06fb86808 (patch) | |
tree | 713846fdbd856500602a06df0b20ef1233dced01 /arch/mips/pci | |
parent | af3e69cfc9644c742a22647a5091779b9dfb9653 (diff) | |
download | linux-b29eee4935d9e5952a7ea8543ea499f06fb86808.tar.xz |
[MIPS] rbtx4927: misc cleanups
* Merge tx4927_pci.h into tx4927.h
* Kill (broken) external PCI clock frequency reporting
* Kill unnecessary wbflush()
* Kill unnecessary includes
* Kill debug garbages
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pci')
-rw-r--r-- | arch/mips/pci/fixup-rbtx4927.c | 1 | ||||
-rw-r--r-- | arch/mips/pci/ops-tx4927.c | 5 |
2 files changed, 1 insertions, 5 deletions
diff --git a/arch/mips/pci/fixup-rbtx4927.c b/arch/mips/pci/fixup-rbtx4927.c index 7450c33..2d234ca 100644 --- a/arch/mips/pci/fixup-rbtx4927.c +++ b/arch/mips/pci/fixup-rbtx4927.c @@ -38,7 +38,6 @@ #include <linux/init.h> #include <asm/tx4927/tx4927.h> -#include <asm/tx4927/tx4927_pci.h> #undef DEBUG #ifdef DEBUG diff --git a/arch/mips/pci/ops-tx4927.c b/arch/mips/pci/ops-tx4927.c index 150419c..1bbafeb 100644 --- a/arch/mips/pci/ops-tx4927.c +++ b/arch/mips/pci/ops-tx4927.c @@ -40,10 +40,7 @@ #include <linux/pci.h> #include <linux/kernel.h> #include <linux/init.h> - -#include <asm/addrspace.h> -#include <asm/byteorder.h> -#include <asm/tx4927/tx4927_pci.h> +#include <asm/tx4927/tx4927.h> /* initialize in setup */ struct resource pci_io_resource = { |