diff options
Diffstat (limited to 'arch/arm/mach-shark/pci.c')
| -rw-r--r-- | arch/arm/mach-shark/pci.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-shark/pci.c b/arch/arm/mach-shark/pci.c index 7cb79a092f3..9089407d532 100644 --- a/arch/arm/mach-shark/pci.c +++ b/arch/arm/mach-shark/pci.c @@ -29,10 +29,9 @@ extern void __init via82c505_preinit(void);  static struct hw_pci shark_pci __initdata = {  	.setup		= via82c505_setup, -	.swizzle	= pci_std_swizzle,  	.map_irq	= shark_map_irq,  	.nr_controllers = 1, -	.scan		= via82c505_scan_bus, +	.ops		= &via82c505_ops,  	.preinit	= via82c505_preinit,  };  |