diff options
Diffstat (limited to 'arch/mn10300')
-rw-r--r-- | arch/mn10300/unit-asb2305/pci.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/mn10300/unit-asb2305/pci.c b/arch/mn10300/unit-asb2305/pci.c index a3239b0f9656..e2059486d3f8 100644 --- a/arch/mn10300/unit-asb2305/pci.c +++ b/arch/mn10300/unit-asb2305/pci.c | |||
@@ -304,9 +304,7 @@ static int __devinit is_valid_resource(struct pci_dev *dev, int idx) | |||
304 | 304 | ||
305 | static void __devinit pcibios_fixup_device_resources(struct pci_dev *dev) | 305 | static void __devinit pcibios_fixup_device_resources(struct pci_dev *dev) |
306 | { | 306 | { |
307 | struct pci_bus_region region; | 307 | int limit, i; |
308 | int i; | ||
309 | int limit; | ||
310 | 308 | ||
311 | if (dev->bus->number != 0) | 309 | if (dev->bus->number != 0) |
312 | return; | 310 | return; |