diff options
-rw-r--r-- | drivers/acpi/sysfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/sysfs.c b/drivers/acpi/sysfs.c index 83db3a68a7ee..fcae5fa2e1b3 100644 --- a/drivers/acpi/sysfs.c +++ b/drivers/acpi/sysfs.c | |||
@@ -750,7 +750,7 @@ static struct attribute *hotplug_profile_attrs[] = { | |||
750 | NULL | 750 | NULL |
751 | }; | 751 | }; |
752 | 752 | ||
753 | struct kobj_type acpi_hotplug_profile_ktype = { | 753 | static struct kobj_type acpi_hotplug_profile_ktype = { |
754 | .sysfs_ops = &kobj_sysfs_ops, | 754 | .sysfs_ops = &kobj_sysfs_ops, |
755 | .default_attrs = hotplug_profile_attrs, | 755 | .default_attrs = hotplug_profile_attrs, |
756 | }; | 756 | }; |