diff --git a/[refs] b/[refs] index 110fba104309..036eb26f01d0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b5229dbb857f61d77d8d4048d9033387a5411b8e +refs/heads/master: a3193348d407baaa7aef79decfa0e9a7fef74a17 diff --git a/trunk/arch/i386/pci/init.c b/trunk/arch/i386/pci/init.c index b21b6da8ab1d..1cf11af96de2 100644 --- a/trunk/arch/i386/pci/init.c +++ b/trunk/arch/i386/pci/init.c @@ -6,7 +6,7 @@ in the right sequence from here. */ static __init int pci_access_init(void) { - int type = 0; + int type __attribute__((unused)) = 0; #ifdef CONFIG_PCI_DIRECT type = pci_direct_probe();