diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-10-13 15:59:00 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-14 13:23:27 -0400 |
commit | 2171a19a246551dac7805faa077075f7222507ac (patch) | |
tree | 69a1e59b7f0c9f0274bcb01d9e8f3a4b07da6eb6 /include/asm-m68k/pci.h | |
parent | 29c8a24672e1cdfee99c15b870c57eb30ae69daf (diff) |
m68k: remove the dead PCI code
This patch removes the no longer used m68k PCI code.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-m68k/pci.h')
-rw-r--r-- | include/asm-m68k/pci.h | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/include/asm-m68k/pci.h b/include/asm-m68k/pci.h index d43febbc9c7d..4ad0aea48ab4 100644 --- a/include/asm-m68k/pci.h +++ b/include/asm-m68k/pci.h | |||
@@ -1,54 +1,8 @@ | |||
1 | #ifndef _ASM_M68K_PCI_H | 1 | #ifndef _ASM_M68K_PCI_H |
2 | #define _ASM_M68K_PCI_H | 2 | #define _ASM_M68K_PCI_H |
3 | 3 | ||
4 | /* | ||
5 | * asm-m68k/pci_m68k.h - m68k specific PCI declarations. | ||
6 | * | ||
7 | * Written by Wout Klaren. | ||
8 | */ | ||
9 | |||
10 | #include <asm/scatterlist.h> | ||
11 | #include <asm-generic/pci-dma-compat.h> | 4 | #include <asm-generic/pci-dma-compat.h> |
12 | 5 | ||
13 | struct pci_ops; | ||
14 | |||
15 | /* | ||
16 | * Structure with hardware dependent information and functions of the | ||
17 | * PCI bus. | ||
18 | */ | ||
19 | |||
20 | struct pci_bus_info | ||
21 | { | ||
22 | /* | ||
23 | * Resources of the PCI bus. | ||
24 | */ | ||
25 | |||
26 | struct resource mem_space; | ||
27 | struct resource io_space; | ||
28 | |||
29 | /* | ||
30 | * System dependent functions. | ||
31 | */ | ||
32 | |||
33 | struct pci_ops *m68k_pci_ops; | ||
34 | |||
35 | void (*fixup)(int pci_modify); | ||
36 | void (*conf_device)(struct pci_dev *dev); | ||
37 | }; | ||
38 | |||
39 | #define pcibios_assign_all_busses() 0 | ||
40 | #define pcibios_scan_all_fns(a, b) 0 | ||
41 | |||
42 | static inline void pcibios_set_master(struct pci_dev *dev) | ||
43 | { | ||
44 | /* No special bus mastering setup handling */ | ||
45 | } | ||
46 | |||
47 | static inline void pcibios_penalize_isa_irq(int irq, int active) | ||
48 | { | ||
49 | /* We don't do dynamic PCI IRQ allocation */ | ||
50 | } | ||
51 | |||
52 | /* The PCI address space does equal the physical memory | 6 | /* The PCI address space does equal the physical memory |
53 | * address space. The networking and block device layers use | 7 | * address space. The networking and block device layers use |
54 | * this boolean for bounce buffer decisions. | 8 | * this boolean for bounce buffer decisions. |