diff options
Diffstat (limited to 'drivers/acpi/sbs.c')
-rw-r--r-- | drivers/acpi/sbs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/sbs.c b/drivers/acpi/sbs.c index 51ae3794ec7f..50658ff887d9 100644 --- a/drivers/acpi/sbs.c +++ b/drivers/acpi/sbs.c | |||
@@ -112,7 +112,7 @@ struct acpi_battery { | |||
112 | u8 have_sysfs_alarm:1; | 112 | u8 have_sysfs_alarm:1; |
113 | }; | 113 | }; |
114 | 114 | ||
115 | #define to_acpi_battery(x) container_of(x, struct acpi_battery, bat); | 115 | #define to_acpi_battery(x) container_of(x, struct acpi_battery, bat) |
116 | 116 | ||
117 | struct acpi_sbs { | 117 | struct acpi_sbs { |
118 | struct power_supply charger; | 118 | struct power_supply charger; |