mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 16:41:25 +00:00
MIPS: Remove useless zero initializations.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
2882b0c63a
commit
982f6ffeee
22 changed files with 38 additions and 38 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue