tools headers UAPI: Sync openat2.h with the kernel sources
[linux-2.6-microblaze.git] / include / asm-generic / error-injection.h
index 80ca610..7ddd9dc 100644 (file)
@@ -25,7 +25,7 @@ struct pt_regs;
  */
 #define ALLOW_ERROR_INJECTION(fname, _etype)                           \
 static struct error_injection_entry __used                             \
-       __attribute__((__section__("_error_injection_whitelist")))      \
+       __section("_error_injection_whitelist")                         \
        _eil_addr_##fname = {                                           \
                .addr = (unsigned long)fname,                           \
                .etype = EI_ETYPE_##_etype,                             \