From: Kyle McMartin Date: Fri, 25 May 2007 23:18:01 +0000 (-0400) Subject: [PARISC] kobject is embedded in subsys, not kset X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ad46c54868078440b4538fa263a5fd2f124b5a57;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git [PARISC] kobject is embedded in subsys, not kset Signed-off-by: Kyle McMartin --- diff --git a/drivers/parisc/pdc_stable.c b/drivers/parisc/pdc_stable.c index 815e445c312..924ef060946 100644 --- a/drivers/parisc/pdc_stable.c +++ b/drivers/parisc/pdc_stable.c @@ -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;