diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-05-08 03:43:56 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-05-08 19:43:08 -0400 |
commit | c57c2ffb153a99769a15a2ff1729371ddee5601a (patch) | |
tree | c31e24d46d9c461d4a89238d5ce25a46caa768df /arch/sparc64/kernel/pci_iommu.c | |
parent | 63c3f460cb47c2e06f1726e18534d0e1fe8652a7 (diff) |
[SPARC64]: Kill asm-sparc64/pbm.h
Everything it contains can be hidden in pci_impl.h
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/kernel/pci_iommu.c')
-rw-r--r-- | arch/sparc64/kernel/pci_iommu.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/pci_iommu.c b/arch/sparc64/kernel/pci_iommu.c index 9e405cbbcb0d..dfd6f9f4790b 100644 --- a/arch/sparc64/kernel/pci_iommu.c +++ b/arch/sparc64/kernel/pci_iommu.c | |||
@@ -8,10 +8,12 @@ | |||
8 | #include <linux/sched.h> | 8 | #include <linux/sched.h> |
9 | #include <linux/mm.h> | 9 | #include <linux/mm.h> |
10 | #include <linux/delay.h> | 10 | #include <linux/delay.h> |
11 | #include <linux/pci.h> | ||
11 | 12 | ||
12 | #include <asm/pbm.h> | 13 | #include <asm/oplib.h> |
13 | 14 | ||
14 | #include "iommu_common.h" | 15 | #include "iommu_common.h" |
16 | #include "pci_impl.h" | ||
15 | 17 | ||
16 | #define PCI_STC_CTXMATCH_ADDR(STC, CTX) \ | 18 | #define PCI_STC_CTXMATCH_ADDR(STC, CTX) \ |
17 | ((STC)->strbuf_ctxmatch_base + ((CTX) << 3)) | 19 | ((STC)->strbuf_ctxmatch_base + ((CTX) << 3)) |