Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PARISC] kobject is embedded in subsys, not kset

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>

authored by

Kyle McMartin and committed by
Kyle McMartin
ad46c548 3cb1d958

+1 -1
+1 -1
drivers/parisc/pdc_stable.c
··· 1067 1067 error = subsys_create_file(&stable_subsys, attr); 1068 1068 1069 1069 /* register the paths subsys as a subsystem of stable subsys */ 1070 - kset_set_kset_s(&paths_subsys, stable_subsys); 1070 + kobj_set_kset_s(&paths_subsys, stable_subsys); 1071 1071 if ((rc = subsystem_register(&paths_subsys))) 1072 1072 goto fail_subsysreg; 1073 1073