diff options
Diffstat (limited to 'include/linux/debugfs.h')
-rw-r--r-- | include/linux/debugfs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/debugfs.h b/include/linux/debugfs.h index 981e53ab84e8..fcafe2d389f9 100644 --- a/include/linux/debugfs.h +++ b/include/linux/debugfs.h | |||
@@ -43,9 +43,6 @@ extern struct dentry *arch_debugfs_dir; | |||
43 | 43 | ||
44 | #if defined(CONFIG_DEBUG_FS) | 44 | #if defined(CONFIG_DEBUG_FS) |
45 | 45 | ||
46 | /* declared over in file.c */ | ||
47 | extern const struct file_operations debugfs_file_operations; | ||
48 | |||
49 | struct dentry *debugfs_create_file(const char *name, umode_t mode, | 46 | struct dentry *debugfs_create_file(const char *name, umode_t mode, |
50 | struct dentry *parent, void *data, | 47 | struct dentry *parent, void *data, |
51 | const struct file_operations *fops); | 48 | const struct file_operations *fops); |