summaryrefslogtreecommitdiffstats
path: root/arch/sparc/mm/srmmu.c
diff options
context:
space:
mode:
authorDavid S. Miller2008-08-28 04:54:01 +0200
committerDavid S. Miller2008-08-29 11:15:23 +0200
commit9dc69230a96a84ca8e6eef89cd34fad0dd8a1a09 (patch)
treecff214cd128925a637858a5a0e98e29e1699a38f /arch/sparc/mm/srmmu.c
parentsparc32: Kill iounit_map_dma_*(). (diff)
downloadkernel-qcow2-linux-9dc69230a96a84ca8e6eef89cd34fad0dd8a1a09.tar.gz
kernel-qcow2-linux-9dc69230a96a84ca8e6eef89cd34fad0dd8a1a09.tar.xz
kernel-qcow2-linux-9dc69230a96a84ca8e6eef89cd34fad0dd8a1a09.zip
sparc: Kill now spurious includes of sbus.h
In order to make this week I also had to add an include of linux/dma-mapping.h to asm/pci_32.h because drivers/pci/pci.c really depends upon getting this header somehow. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/mm/srmmu.c')
-rw-r--r--arch/sparc/mm/srmmu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc/mm/srmmu.c b/arch/sparc/mm/srmmu.c
index ee30462598fc..6a5d7cabc044 100644
--- a/arch/sparc/mm/srmmu.c
+++ b/arch/sparc/mm/srmmu.c
@@ -31,7 +31,6 @@
#include <asm/mbus.h>
#include <asm/cache.h>
#include <asm/oplib.h>
-#include <asm/sbus.h>
#include <asm/asi.h>
#include <asm/msi.h>
#include <asm/mmu_context.h>