Explorar el Código

[IA64] Nail two more simple section mismatch errors

pcibios_setup (between 'pci_setup' and 'quirk_mellanox_tavor')
setup_profiling_timer (between 'write_profile' and 'delayed_put_task_struct')

Signed-off-by: Tony Luck <tony.luck@intel.com>
Tony Luck hace 18 años
padre
commit
cb2e0912f7
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      arch/ia64/kernel/smp.c
  2. 1 1
      arch/ia64/pci/pci.c

+ 1 - 1
arch/ia64/kernel/smp.c

@@ -468,7 +468,7 @@ smp_send_stop (void)
 	send_IPI_allbutself(IPI_CPU_STOP);
 	send_IPI_allbutself(IPI_CPU_STOP);
 }
 }
 
 
-int __init
+int
 setup_profiling_timer (unsigned int multiplier)
 setup_profiling_timer (unsigned int multiplier)
 {
 {
 	return -EINVAL;
 	return -EINVAL;

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

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