Kill off warning: ‘inline’ is not at beginning of declaration
[platform/kernel/linux-starfive.git] / arch / x86 / oprofile / op_model_p4.c
index 9fadec0..98ab130 100644 (file)
@@ -50,7 +50,7 @@ static inline void setup_num_counters(void)
 #endif
 }
 
-static int inline addr_increment(void)
+static inline int addr_increment(void)
 {
 #ifdef CONFIG_SMP
        return smp_num_siblings == 2 ? 2 : 1;