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 11:38:19 +0000 (12:38 +0100)
commit87043a1a4fc74fc3edc23859bc8a3a4e10b5d4ad
tree0b83b51e14d16bfec7f362f9509dfaa5b754a20e
parent095857390c54551a081d0286d3a39c7c049d0d33
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>
include/trace/events/smp.h