X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=samples%2Ftracepoints%2Ftp-samples-trace.h;h=4d46be965961fd4f2f6d745243f38b87a43dfd51;hp=dffdc49878af6532104307430155f4aeb44bf538;hb=709d015bb810a3377feaee3093d110a17e919019;hpb=1053414068bad659479e6efa62a67403b8b1ec0a diff --git a/samples/tracepoints/tp-samples-trace.h b/samples/tracepoints/tp-samples-trace.h index dffdc49878af..4d46be965961 100644 --- a/samples/tracepoints/tp-samples-trace.h +++ b/samples/tracepoints/tp-samples-trace.h @@ -7,7 +7,5 @@ DECLARE_TRACE(subsys_event, TP_PROTO(struct inode *inode, struct file *file), TP_ARGS(inode, file)); -DECLARE_TRACE(subsys_eventb, - TP_PROTO(void), - TP_ARGS()); +DECLARE_TRACE_NOARGS(subsys_eventb); #endif