diff options
author | Mathieu Desnoyers <mathieu.desnoyers@efficios.com> | 2014-04-09 23:06:08 +0200 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2014-04-10 02:02:55 +0200 |
commit | abb43f6998eb6466ea392d3757e673bbdb6ae171 (patch) | |
tree | 068d361c31e1d9e7668c19dbe6324523eac718f9 /drivers/block/drbd/drbd_wrappers.h | |
parent | tracepoint: Fix sparse warnings in tracepoint.c (diff) | |
download | linux-abb43f6998eb6466ea392d3757e673bbdb6ae171.tar.xz linux-abb43f6998eb6466ea392d3757e673bbdb6ae171.zip |
tracing: Fix anonymous unions in struct ftrace_event_call
gcc <= 4.5.x has significant limitations with respect to initialization
of anonymous unions within structures. They need to be surrounded by
brackets, _and_ they need to be initialized in the same order in which
they appear in the structure declaration.
Link: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10676
Link: http://lkml.kernel.org/r/1397077568-3156-1-git-send-email-mathieu.desnoyers@efficios.com
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'drivers/block/drbd/drbd_wrappers.h')
0 files changed, 0 insertions, 0 deletions