diff options
Diffstat (limited to 'include/linux/tracepoint.h')
-rw-r--r-- | include/linux/tracepoint.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/tracepoint.h b/include/linux/tracepoint.h index 4353f3f7e624..14df7e635d43 100644 --- a/include/linux/tracepoint.h +++ b/include/linux/tracepoint.h | |||
@@ -158,11 +158,6 @@ static inline void tracepoint_synchronize_unregister(void) | |||
158 | 158 | ||
159 | #define PARAMS(args...) args | 159 | #define PARAMS(args...) args |
160 | 160 | ||
161 | #ifndef TRACE_FORMAT | ||
162 | #define TRACE_FORMAT(name, proto, args, fmt) \ | ||
163 | DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) | ||
164 | #endif | ||
165 | |||
166 | #ifndef TRACE_EVENT | 161 | #ifndef TRACE_EVENT |
167 | /* | 162 | /* |
168 | * For use with the TRACE_EVENT macro: | 163 | * For use with the TRACE_EVENT macro: |