smp: Don't use typedef to work around compiler issue with tracepoints
authorMark Brown <broonie@linaro.org>
Mon, 14 Oct 2013 11:38:19 +0000 (12:38 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 14 Oct 2013 13:04:39 +0000 (14:04 +0100)
commit6adb80d9eccf87c323abe29e0e022294a054a86e
tree4bdfb32f8bfcc03adde80e79ef25522de22e1549
parentb574d25f35fb523c471535299ccab2bc7f6ed3ea
smp: Don't use typedef to work around compiler issue with tracepoints

Having the typedef in place for the tracepoints causes compiler crashes
in some situations.  Just using void * directly avoids triggering the
issue and should have no effect on the trace.

Signed-off-by: Mark Brown <broonie@linaro.org>
Acked-by: Liviu Dudau <Liviu.Dudau@arm.com>
include/trace/events/smp.h