Explorar el Código

ia64/PCI: adjust section annotation for pcibios_setup()

Should be __init.

Acked-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Ingo Molnar hace 16 años
padre
commit
944c54e7fc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      arch/ia64/pci/pci.c

+ 1 - 1
arch/ia64/pci/pci.c

@@ -537,7 +537,7 @@ pcibios_align_resource (void *data, struct resource *res,
 /*
  * PCI BIOS setup, always defaults to SAL interface
  */
-char * __devinit
+char * __init
 pcibios_setup (char *str)
 {
 	return str;