mfd: Adopt mfd_data in 88pm860x backlight
[sfrench/cifs-2.6.git] / include / linux / compiler-gcc3.h
index b721129e0469f12decf2d764b421728e608e5e00..37d412436d0fcd3a467eabc43bead67ca941f385 100644 (file)
 #   error "GCOV profiling support for gcc versions below 3.4 not included"
 # endif /* __GNUC_MINOR__ */
 #endif /* CONFIG_GCOV_KERNEL */
-
-/*
- * A trick to suppress uninitialized variable warning without generating any
- * code
- */
-#define uninitialized_var(x) x = x
-
-#define __always_inline                inline __attribute__((always_inline))