powerpc/85xx: Fix declaration made after definition
[linux-2.6-microblaze.git] / kernel / trace / trace.h
index 34e0c4d..f3f5e77 100644 (file)
@@ -99,7 +99,7 @@ enum trace_type {
 
 /* Use this for memory failure errors */
 #define MEM_FAIL(condition, fmt, ...) ({                       \
-       static bool __section(.data.once) __warned;             \
+       static bool __section(".data.once") __warned;           \
        int __ret_warn_once = !!(condition);                    \
                                                                \
        if (unlikely(__ret_warn_once && !__warned)) {           \