[ARM] realview: remove useless smp_cross_call_done()
[pandora-kernel.git] / arch / arm / mach-realview / include / mach / smp.h
index e2ff534..dd53892 100644 (file)
@@ -20,11 +20,4 @@ static inline void smp_cross_call(const struct cpumask *mask)
        gic_raise_softirq(mask, 1);
 }
 
-/*
- * Do nothing on MPcore.
- */
-static inline void smp_cross_call_done(const struct cpumask *mask)
-{
-}
-
 #endif