X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-cris%2Fposix_types.h;h=ce3fb25a460b81ef5e32592bd2c004afe4f9cbc9;hb=d91ab4e7df0c0c9f98c830e04e875f39d41b21f6;hp=3a5e4c43eae730c6acce90361cb83a9d7adc266d;hpb=4e396db8034cd5566a6b77716c15954b533090a6;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-cris/posix_types.h b/include/asm-cris/posix_types.h index 3a5e4c43eae..ce3fb25a460 100644 --- a/include/asm-cris/posix_types.h +++ b/include/asm-cris/posix_types.h @@ -44,11 +44,7 @@ typedef long long __kernel_loff_t; #endif typedef struct { -#if defined(__KERNEL__) || defined(__USE_ALL) int val[2]; -#else /* !defined(__KERNEL__) && !defined(__USE_ALL) */ - int __val[2]; -#endif /* !defined(__KERNEL__) && !defined(__USE_ALL) */ } __kernel_fsid_t; #ifdef __KERNEL__