aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/acpi/sysfs.c2
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
753struct kobj_type acpi_hotplug_profile_ktype = { 753static 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};