aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/trace_seq.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/trace_seq.h b/include/linux/trace_seq.h
index 8283762ab7ef..dd85753e1bb0 100644
--- a/include/linux/trace_seq.h
+++ b/include/linux/trace_seq.h
@@ -43,7 +43,6 @@ extern int trace_seq_putc(struct trace_seq *s, unsigned char c);
43extern int trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len); 43extern int trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len);
44extern int trace_seq_putmem_hex(struct trace_seq *s, const void *mem, 44extern int trace_seq_putmem_hex(struct trace_seq *s, const void *mem,
45 unsigned int len); 45 unsigned int len);
46extern void *trace_seq_reserve(struct trace_seq *s, unsigned int len);
47extern int trace_seq_path(struct trace_seq *s, const struct path *path); 46extern int trace_seq_path(struct trace_seq *s, const struct path *path);
48 47
49extern int trace_seq_bitmask(struct trace_seq *s, const unsigned long *maskp, 48extern int trace_seq_bitmask(struct trace_seq *s, const unsigned long *maskp,
@@ -94,10 +93,6 @@ static inline int trace_seq_putmem_hex(struct trace_seq *s, const void *mem,
94{ 93{
95 return 0; 94 return 0;
96} 95}
97static inline void *trace_seq_reserve(struct trace_seq *s, unsigned int len)
98{
99 return NULL;
100}
101static inline int trace_seq_path(struct trace_seq *s, const struct path *path) 96static inline int trace_seq_path(struct trace_seq *s, const struct path *path)
102{ 97{
103 return 0; 98 return 0;