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