[S390] Fix a lot of sparse warnings.
[sfrench/cifs-2.6.git] / include / asm-s390 / tlbflush.h
index de723470c5d4aa9da29e7721f7d6c1f93af886dd..9e57a93d7de153dfcfb094bd07d73cc29d31599f 100644 (file)
@@ -17,9 +17,10 @@ static inline void __tlb_flush_local(void)
 /*
  * Flush all tlb entries on all cpus.
  */
+void smp_ptlb_all(void);
+
 static inline void __tlb_flush_global(void)
 {
-       extern void smp_ptlb_all(void);
        register unsigned long reg2 asm("2");
        register unsigned long reg3 asm("3");
        register unsigned long reg4 asm("4");