X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=include%2Flinux%2Ferrno.h;fp=include%2Flinux%2Ferrno.h;h=f6bf082d4d4f3afdf4fedcd606c1d15d7120b84c;hb=607ca46e97a1b6594b29647d98a32d545c24bdff;hp=e0de516374da37de6a95c35e79ab7cabb899d177;hpb=08cce05c5a91f5017f4edc9866cf026908c73f9f;p=linux-2.6-microblaze.git diff --git a/include/linux/errno.h b/include/linux/errno.h index e0de516374da..f6bf082d4d4f 100644 --- a/include/linux/errno.h +++ b/include/linux/errno.h @@ -1,9 +1,8 @@ #ifndef _LINUX_ERRNO_H #define _LINUX_ERRNO_H -#include +#include -#ifdef __KERNEL__ /* * These should never be seen by user programs. To return one of ERESTART* @@ -32,5 +31,3 @@ #define EIOCBRETRY 530 /* iocb queued, will trigger a retry */ #endif - -#endif