]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[IA64] Nail two more simple section mismatch errors
authorTony Luck <tony.luck@intel.com>
Fri, 20 Jul 2007 23:14:28 +0000 (16:14 -0700)
committerTony Luck <tony.luck@intel.com>
Wed, 25 Jul 2007 20:08:41 +0000 (13:08 -0700)
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>
arch/ia64/kernel/smp.c
arch/ia64/pci/pci.c

index 9f72838db26ec52c8c0fce68f31e7f6c8b032dbb..0982882bfb80ae6cd2390045eaad15f468a94890 100644 (file)
@@ -468,7 +468,7 @@ smp_send_stop (void)
        send_IPI_allbutself(IPI_CPU_STOP);
 }
 
-int __init
+int
 setup_profiling_timer (unsigned int multiplier)
 {
        return -EINVAL;
index 07d0e92742c8ee604585a526668fd0f0baac8d60..488e48a5deeaefd75d390df505a59288ccb828f4 100644 (file)
@@ -581,7 +581,7 @@ pcibios_align_resource (void *data, struct resource *res,
 /*
  * PCI BIOS setup, always defaults to SAL interface
  */
-char * __init
+char * __devinit
 pcibios_setup (char *str)
 {
        return str;