diff --git a/include/linux/sysv_fs.h b/include/linux/sysv_fs.h index e0248631e461a960f0285d0a07ff138e80cb25d6..96411306eec63f66e3dc0afe20a169151ccbc3c6 100644 --- a/include/linux/sysv_fs.h +++ b/include/linux/sysv_fs.h @@ -1,11 +1,7 @@ #ifndef _LINUX_SYSV_FS_H #define _LINUX_SYSV_FS_H -#if defined(__GNUC__) -# define __packed2__ __attribute__((packed, aligned(2))) -#else ->> I want to scream! << -#endif +#define __packed2__ __attribute__((packed, aligned(2))) #ifndef __KERNEL__