diff options
Diffstat (limited to 'drivers/misc/thinkpad_acpi.c')
-rw-r--r-- | drivers/misc/thinkpad_acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/thinkpad_acpi.c b/drivers/misc/thinkpad_acpi.c index 0222bbaf7b76..6c0b2f0a51ab 100644 --- a/drivers/misc/thinkpad_acpi.c +++ b/drivers/misc/thinkpad_acpi.c | |||
@@ -4448,7 +4448,7 @@ static void ibm_exit(struct ibm_struct *ibm) | |||
4448 | 4448 | ||
4449 | static void __init get_thinkpad_model_data(struct thinkpad_id_data *tp) | 4449 | static void __init get_thinkpad_model_data(struct thinkpad_id_data *tp) |
4450 | { | 4450 | { |
4451 | struct dmi_device *dev = NULL; | 4451 | const struct dmi_device *dev = NULL; |
4452 | char ec_fw_string[18]; | 4452 | char ec_fw_string[18]; |
4453 | 4453 | ||
4454 | if (!tp) | 4454 | if (!tp) |