|
@@ -43,7 +43,6 @@ extern int trace_seq_putc(struct trace_seq *s, unsigned char c);
|
|
extern int trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len);
|
|
extern int trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len);
|
|
extern int trace_seq_putmem_hex(struct trace_seq *s, const void *mem,
|
|
extern int trace_seq_putmem_hex(struct trace_seq *s, const void *mem,
|
|
unsigned int len);
|
|
unsigned int len);
|
|
-extern void *trace_seq_reserve(struct trace_seq *s, unsigned int len);
|
|
|
|
extern int trace_seq_path(struct trace_seq *s, const struct path *path);
|
|
extern int trace_seq_path(struct trace_seq *s, const struct path *path);
|
|
|
|
|
|
extern int trace_seq_bitmask(struct trace_seq *s, const unsigned long *maskp,
|
|
extern 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,
|
|
{
|
|
{
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
-static inline void *trace_seq_reserve(struct trace_seq *s, unsigned int len)
|
|
|
|
-{
|
|
|
|
- return NULL;
|
|
|
|
-}
|
|
|
|
static inline int trace_seq_path(struct trace_seq *s, const struct path *path)
|
|
static inline int trace_seq_path(struct trace_seq *s, const struct path *path)
|
|
{
|
|
{
|
|
return 0;
|
|
return 0;
|