MIPS: Remove useless zero initializations.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -56,7 +56,7 @@ static void *ht_cfg_space;
|
||||
#define PCI_BUS_ENABLED 1
|
||||
#define PCI_DEVICE_MODE 2
|
||||
|
||||
static int bcm1480ht_bus_status = 0;
|
||||
static int bcm1480ht_bus_status;
|
||||
|
||||
#define PCI_BRIDGE_DEVICE 0
|
||||
#define HT_BRIDGE_DEVICE 1
|
||||
|
@@ -58,7 +58,7 @@ static void *cfg_space;
|
||||
#define LDT_BUS_ENABLED 2
|
||||
#define PCI_DEVICE_MODE 4
|
||||
|
||||
static int sb1250_bus_status = 0;
|
||||
static int sb1250_bus_status;
|
||||
|
||||
#define PCI_BRIDGE_DEVICE 0
|
||||
#define LDT_BRIDGE_DEVICE 1
|
||||
|
@@ -31,8 +31,8 @@ unsigned int pci_probe = PCI_ASSIGN_ALL_BUSSES;
|
||||
|
||||
static struct pci_controller *hose_head, **hose_tail = &hose_head;
|
||||
|
||||
unsigned long PCIBIOS_MIN_IO = 0x0000;
|
||||
unsigned long PCIBIOS_MIN_MEM = 0;
|
||||
unsigned long PCIBIOS_MIN_IO;
|
||||
unsigned long PCIBIOS_MIN_MEM;
|
||||
|
||||
static int pci_initialized;
|
||||
|
||||
|
Reference in New Issue
Block a user