diff options
Diffstat (limited to 'arch/arm/mach-ks8695/pci.c')
| -rw-r--r-- | arch/arm/mach-ks8695/pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-ks8695/pci.c b/arch/arm/mach-ks8695/pci.c index 1746c67af176..f5ebcc0fcab9 100644 --- a/arch/arm/mach-ks8695/pci.c +++ b/arch/arm/mach-ks8695/pci.c | |||
| @@ -27,8 +27,8 @@ | |||
| 27 | #include <linux/init.h> | 27 | #include <linux/init.h> |
| 28 | #include <linux/irq.h> | 28 | #include <linux/irq.h> |
| 29 | #include <linux/delay.h> | 29 | #include <linux/delay.h> |
| 30 | #include <linux/io.h> | ||
| 30 | 31 | ||
| 31 | #include <asm/io.h> | ||
| 32 | #include <asm/signal.h> | 32 | #include <asm/signal.h> |
| 33 | #include <asm/mach/pci.h> | 33 | #include <asm/mach/pci.h> |
| 34 | #include <mach/hardware.h> | 34 | #include <mach/hardware.h> |
| @@ -141,7 +141,7 @@ static struct pci_ops ks8695_pci_ops = { | |||
| 141 | .write = ks8695_pci_writeconfig, | 141 | .write = ks8695_pci_writeconfig, |
| 142 | }; | 142 | }; |
| 143 | 143 | ||
| 144 | static struct pci_bus *ks8695_pci_scan_bus(int nr, struct pci_sys_data *sys) | 144 | static struct pci_bus* __init ks8695_pci_scan_bus(int nr, struct pci_sys_data *sys) |
| 145 | { | 145 | { |
| 146 | return pci_scan_bus(sys->busnr, &ks8695_pci_ops, sys); | 146 | return pci_scan_bus(sys->busnr, &ks8695_pci_ops, sys); |
| 147 | } | 147 | } |
