Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[sfrench/cifs-2.6.git] / include / linux / compiler_types.h
index db192becfec4998df459bc46eb739676a066852e..97cfe29b3f0adf6da5537d68bc7d85ad9769dcd5 100644 (file)
@@ -198,7 +198,6 @@ struct ftrace_likely_data {
  */
 #define __pure                 __attribute__((pure))
 #define __aligned(x)           __attribute__((aligned(x)))
-#define __aligned_largest      __attribute__((aligned))
 #define __printf(a, b)         __attribute__((format(printf, a, b)))
 #define __scanf(a, b)          __attribute__((format(scanf, a, b)))
 #define __maybe_unused         __attribute__((unused))