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)
committerJon Medhurst <tixy@linaro.org>
Wed, 30 Oct 2013 16:56:11 +0000 (09:56 -0700)
commitb9e7900a8ad0dc9ffe416567841cb606f1689133
tree6d17e4698dec27ede8ce1d5039b69d157dfa4f71
parentd8063e7015122eb3f6173acf496171def8941734
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