[PATCH 4/5] drivers/pci/pci.c Section mismatch

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: =?ISO-8859-1?Q?Ren=E9_Bolldorf?=
Date: Thursday, March 18, 2010 - 3:08 pm

Signed-off-by: Rene Bolldorf <xsecute@googlemail.com>

diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
index ddd55dc..a1f7d93 100644
--- a/drivers/pci/pci.c
+++ b/drivers/pci/pci.c
@@ -2773,7 +2773,7 @@ int pci_resource_bar(struct pci_dev *dev, int 
resno, enum pci_bar_type *type)
  /* Some architectures require additional programming to enable VGA */
  static arch_set_vga_state_t arch_set_vga_state;

-void __init pci_register_set_vga_state(arch_set_vga_state_t func)
+void pci_register_set_vga_state(arch_set_vga_state_t func)
  {
  	arch_set_vga_state = func;	/* NULL disables */
  }
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 4/5] drivers/pci/pci.c Section mismatch, =?ISO-8859-1?Q?Ren=E ..., (Thu Mar 18, 3:08 pm)
Re: [PATCH 4/5] drivers/pci/pci.c Section mismatch, Randy Dunlap, (Thu Mar 18, 3:58 pm)
Re: [PATCH 4/5] drivers/pci/pci.c Section mismatch, =?UTF-8?B?UmVuw6kgQm ..., (Thu Mar 18, 4:34 pm)
Re: [PATCH 4/5] drivers/pci/pci.c Section mismatch, Randy Dunlap, (Thu Mar 18, 4:37 pm)
Re: [PATCH 4/5] drivers/pci/pci.c Section mismatch, =?UTF-8?B?UmVuw6kgQm ..., (Thu Mar 18, 5:19 pm)