@@ -695,7 +695,7 @@ exit_1:
static void kone_remove_sysfs_attributes(struct usb_interface *intf)
{
- sysfs_remove_group(&intf->dev.kobj, &kone_bin_attribute_group);
+ sysfs_remove_bin_group(&intf->dev.kobj, &kone_bin_attribute_group);
sysfs_remove_group(&intf->dev.kobj, &kone_attribute_group);
}
@@ -167,7 +167,7 @@ void sysfs_remove_bin_group(struct kobject * kobj,
}
EXPORT_SYMBOL_GPL(sysfs_remove_bin_group);
-int internal_merge_group(struct kobject *kobj,
+static int internal_merge_group(struct kobject *kobj,
const struct attribute_group *grp, int type)
{
struct sysfs_dirent *dir_sd;