]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/asm-arm/system.h
[XFS] Export pagevec_lookup for use on the XFS page writeout path,
[karo-tx-linux.git] / include / asm-arm / system.h
index 8efa4ebdcacb0c7f358f52a9e4f990e35a25d3d9..5621d61ebc07958e9e7a671def64f410fe26dcb1 100644 (file)
@@ -93,8 +93,6 @@ void hook_fault_code(int nr, int (*fn)(unsigned long, unsigned int,
                                       struct pt_regs *),
                     int sig, const char *name);
 
-#include <asm/proc-fns.h>
-
 #define xchg(ptr,x) \
        ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
 
@@ -102,6 +100,8 @@ void hook_fault_code(int nr, int (*fn)(unsigned long, unsigned int,
 
 extern asmlinkage void __backtrace(void);
 extern asmlinkage void c_backtrace(unsigned long fp, int pmode);
+
+struct mm_struct;
 extern void show_pte(struct mm_struct *mm, unsigned long addr);
 extern void __show_regs(struct pt_regs *);