X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-xtensa%2Fchecksum.h;h=81a797ae3abe1a8a3d4212a6ddb9645b27af3d01;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=03114f8d1e18e436a4677514158cfab9e89a7564;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/include/asm-xtensa/checksum.h b/include/asm-xtensa/checksum.h index 03114f8d1..81a797ae3 100644 --- a/include/asm-xtensa/checksum.h +++ b/include/asm-xtensa/checksum.h @@ -11,6 +11,7 @@ #ifndef _XTENSA_CHECKSUM_H #define _XTENSA_CHECKSUM_H +#include #include #include @@ -43,7 +44,8 @@ asmlinkage unsigned int csum_partial_copy_generic( const char *src, char *dst, i * Note: when you get a NULL pointer exception here this means someone * passed in an incorrect kernel address to one of these functions. * - * If you use these functions directly please don't forget the access_ok(). + * If you use these functions directly please don't forget the + * verify_area(). */ static inline unsigned int csum_partial_copy_nocheck ( const char *src, char *dst,