diff options
Diffstat (limited to 'fs/debugfs/inode.c')
| -rw-r--r-- | fs/debugfs/inode.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/debugfs/inode.c b/fs/debugfs/inode.c index 7b324cfebcb..ec8896b264d 100644 --- a/fs/debugfs/inode.c +++ b/fs/debugfs/inode.c @@ -374,7 +374,7 @@ static int __init debugfs_init(void)  {  	int retval; -	kset_set_kset_s(&debug_subsys, kernel_subsys); +	kobj_set_kset_s(&debug_subsys, kernel_subsys);  	retval = subsystem_register(&debug_subsys);  	if (retval)  		return retval;  |