File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,16 +67,16 @@ static const struct file_operations __fops = { \
67
67
68
68
typedef struct vfsmount * (* debugfs_automount_t )(struct dentry * , void * );
69
69
70
- #if defined(CONFIG_DEBUG_FS )
71
-
72
- struct dentry * debugfs_lookup (const char * name , struct dentry * parent );
73
-
74
70
struct debugfs_short_fops {
75
71
ssize_t (* read )(struct file * , char __user * , size_t , loff_t * );
76
72
ssize_t (* write )(struct file * , const char __user * , size_t , loff_t * );
77
73
loff_t (* llseek ) (struct file * , loff_t , int );
78
74
};
79
75
76
+ #if defined(CONFIG_DEBUG_FS )
77
+
78
+ struct dentry * debugfs_lookup (const char * name , struct dentry * parent );
79
+
80
80
struct dentry * debugfs_create_file_full (const char * name , umode_t mode ,
81
81
struct dentry * parent , void * data ,
82
82
const void * aux ,
You can’t perform that action at this time.
0 commit comments