remove 2.6.25 support
[openwrt/openwrt.git] / target / linux / generic / patches-2.6.25 / 903-stddef_include.patch
1 --- a/include/linux/stddef.h
2 +++ b/include/linux/stddef.h
3 @@ -16,6 +16,7 @@ enum {
4 false = 0,
5 true = 1
6 };
7 +#endif /* __KERNEL__ */
8
9 #undef offsetof
10 #ifdef __compiler_offsetof
11 @@ -23,6 +24,5 @@ enum {
12 #else
13 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
14 #endif
15 -#endif /* __KERNEL__ */
16
17 #endif