From: Andrew Morton In file included from include/linux/crypto.h:26, from crypto/cipher.c:17: include/linux/uaccess.h: In function 'pagefault_disable': include/linux/uaccess.h:18: error: dereferencing pointer to incomplete type include/linux/uaccess.h: In function 'pagefault_enable': include/linux/uaccess.h:33: error: dereferencing pointer to incomplete type Acked-by: Geert Uytterhoeven Cc: Roman Zippel Signed-off-by: Andrew Morton --- include/asm-m68k/uaccess.h | 1 + 1 file changed, 1 insertion(+) diff -puN include/asm-m68k/uaccess.h~m68k-uaccessh-needs-schedh include/asm-m68k/uaccess.h --- a/include/asm-m68k/uaccess.h~m68k-uaccessh-needs-schedh +++ a/include/asm-m68k/uaccess.h @@ -7,6 +7,7 @@ #include #include #include +#include #include #define VERIFY_READ 0 _