Andrew says: > There's no point in declaring it inline if it's always called indirectly. And point taken! Signed-off-by: Suresh Siddha --- Index: tree-x86/arch/x86/kernel/genx2apic_uv_x.c =================================================================== --- tree-x86.orig/arch/x86/kernel/genx2apic_uv_x.c 2008-07-11 10:58:31.000000000 -0700 +++ tree-x86/arch/x86/kernel/genx2apic_uv_x.c 2008-07-11 11:03:45.000000000 -0700 @@ -120,7 +120,7 @@ return 1; } -static inline void uv_init_apic_ldr(void) +static void uv_init_apic_ldr(void) { } -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/