MIPS: Remove useless zero initializations.
[deliverable/linux.git] / arch / mips / pci / pci-bcm1480.c
index a9060c7718402a43d471004cf0b844eabf236c18..6f5e24c6ae67261188c76dcba648033307415e08 100644 (file)
@@ -57,7 +57,7 @@ static void *cfg_space;
 #define PCI_BUS_ENABLED        1
 #define PCI_DEVICE_MODE        2
 
-static int bcm1480_bus_status = 0;
+static int bcm1480_bus_status;
 
 #define PCI_BRIDGE_DEVICE  0
 
This page took 0.025881 seconds and 5 git commands to generate.