treewide: Convert macro and uses of __section(foo) to __section("foo")
[sfrench/cifs-2.6.git] / include / trace / bpf_probe.h
index 1ce3be63add1f76f0da74113ced885fccf887973..cd74bffed5c69decf2e6cabb601f9b329b4ced2a 100644 (file)
@@ -79,7 +79,7 @@ static union {                                                                \
        struct bpf_raw_event_map event;                                 \
        btf_trace_##call handler;                                       \
 } __bpf_trace_tp_map_##call __used                                     \
-__attribute__((section("__bpf_raw_tp_map"))) = {                       \
+__section("__bpf_raw_tp_map") = {                                      \
        .event = {                                                      \
                .tp             = &__tracepoint_##call,                 \
                .bpf_func       = __bpf_trace_##template,               \