[PARISC] pdc_stable: fix compile errors

Signed-off-by: Joel Soete <rubisher@scarlet.be>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>

authored by Joel Soete and committed by Kyle McMartin ff451d70 179183bf

+3 -3
+3 -3
drivers/parisc/pdc_stable.c
··· 829 829 struct kobj_attribute *attr, 830 830 const char *buf, size_t count) 831 831 { 832 - return pdcs_auto_write(kset, attr, buf, count, PF_AUTOBOOT); 832 + return pdcs_auto_write(kobj, attr, buf, count, PF_AUTOBOOT); 833 833 } 834 834 835 835 /** ··· 845 845 struct kobj_attribute *attr, 846 846 const char *buf, size_t count) 847 847 { 848 - return pdcs_auto_write(kset, attr, buf, count, PF_AUTOSEARCH); 848 + return pdcs_auto_write(kobj, attr, buf, count, PF_AUTOSEARCH); 849 849 } 850 850 851 851 /** ··· 1066 1066 } 1067 1067 1068 1068 /* Don't forget the root entries */ 1069 - error = sysfs_create_group(stable_kobj, pdcs_attr_group); 1069 + error = sysfs_create_group(stable_kobj, &pdcs_attr_group); 1070 1070 1071 1071 /* register the paths kset as a child of the stable kset */ 1072 1072 paths_kset = kset_create_and_add("paths", NULL, stable_kobj);