Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad46c548 authored by Kyle McMartin's avatar Kyle McMartin Committed by Kyle McMartin
Browse files

[PARISC] kobject is embedded in subsys, not kset

parent 3cb1d958
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1067,7 +1067,7 @@ pdc_stable_init(void)
			error = subsys_create_file(&stable_subsys, attr);
	
	/* register the paths subsys as a subsystem of stable subsys */
	kset_set_kset_s(&paths_subsys, stable_subsys);
	kobj_set_kset_s(&paths_subsys, stable_subsys);
	if ((rc = subsystem_register(&paths_subsys)))
		goto fail_subsysreg;