From e96ec801e424c58f964510d4bd40b2db362d9405 Mon Sep 17 00:00:00 2001 From: Myron Stowe Date: Mon, 25 Jun 2012 21:32:32 -0600 Subject: [PATCH] --- yaml --- r: 316530 b: refs/heads/master c: 15fa325bebbe11184a051ed64965164fca8c1df2 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/pci/common.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 3a721970b905..8b38c3e3746b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5d9a19e834815c5d224662d51e4634d14fe0ba54 +refs/heads/master: 15fa325bebbe11184a051ed64965164fca8c1df2 diff --git a/trunk/arch/x86/pci/common.c b/trunk/arch/x86/pci/common.c index 0ad990a20d4a..720e973fc34a 100644 --- a/trunk/arch/x86/pci/common.c +++ b/trunk/arch/x86/pci/common.c @@ -494,7 +494,7 @@ int __init pcibios_init(void) return 0; } -char * __devinit pcibios_setup(char *str) +char * __init pcibios_setup(char *str) { if (!strcmp(str, "off")) { pci_probe = 0;