tracing: Add generic tracing_lseek() function
[firefly-linux-kernel-4.4.55.git] / include / linux / ftrace.h
index 31ea4b428360c7e22929325ce90a76aee00a046b..f4233b195dab3e5fd64a0a1885c286374499d6ac 100644 (file)
@@ -570,8 +570,6 @@ static inline int
 ftrace_regex_release(struct inode *inode, struct file *file) { return -ENODEV; }
 #endif /* CONFIG_DYNAMIC_FTRACE */
 
-loff_t ftrace_filter_lseek(struct file *file, loff_t offset, int whence);
-
 /* totally disable ftrace - can not re-enable after this */
 void ftrace_kill(void);