X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Fasm-avr32%2Fposix_types.h;h=fe0c0c014389934df839a35b03b075f6e02cd631;hb=a258860e01b80e8f554a4ab1a6c95e6042eb8b73;hp=9e255b9996393aa503290b865534198ec32e93ad;hpb=a22a0fab32e1216df56e4b9a577dc5c922cf7524;p=~andy%2Flinux diff --git a/include/asm-avr32/posix_types.h b/include/asm-avr32/posix_types.h index 9e255b99963..fe0c0c01438 100644 --- a/include/asm-avr32/posix_types.h +++ b/include/asm-avr32/posix_types.h @@ -46,11 +46,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; #if defined(__KERNEL__)