aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shark
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-shark')
-rw-r--r--arch/arm/mach-shark/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shark/pci.c b/arch/arm/mach-shark/pci.c
index b8b4ab323a3e..6d91a914c1dd 100644
--- a/arch/arm/mach-shark/pci.c
+++ b/arch/arm/mach-shark/pci.c
@@ -41,7 +41,7 @@ static struct hw_pci shark_pci __initdata = {
41static int __init shark_pci_init(void) 41static int __init shark_pci_init(void)
42{ 42{
43 if (!machine_is_shark()) 43 if (!machine_is_shark())
44 return; 44 return -ENODEV;
45 45
46 pcibios_min_io = 0x6000; 46 pcibios_min_io = 0x6000;
47 pcibios_min_mem = 0x50000000; 47 pcibios_min_mem = 0x50000000;