diff options
Diffstat (limited to 'drivers/acpi/system.c')
-rw-r--r-- | drivers/acpi/system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/system.c b/drivers/acpi/system.c index edee2806e37b..c22b93aab7fe 100644 --- a/drivers/acpi/system.c +++ b/drivers/acpi/system.c | |||
@@ -135,7 +135,7 @@ static int acpi_system_sysfs_init(void) | |||
135 | int table_index = 0; | 135 | int table_index = 0; |
136 | int result; | 136 | int result; |
137 | 137 | ||
138 | tables_kobj.parent = &acpi_subsys.kobj; | 138 | tables_kobj.parent = acpi_kobj; |
139 | kobject_set_name(&tables_kobj, "tables"); | 139 | kobject_set_name(&tables_kobj, "tables"); |
140 | result = kobject_register(&tables_kobj); | 140 | result = kobject_register(&tables_kobj); |
141 | if (result) | 141 | if (result) |