aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/platform/chrome/chromeos_laptop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/chrome/chromeos_laptop.c b/drivers/platform/chrome/chromeos_laptop.c
index e542330f8048..1c2747f119d1 100644
--- a/drivers/platform/chrome/chromeos_laptop.c
+++ b/drivers/platform/chrome/chromeos_laptop.c
@@ -406,7 +406,7 @@ static struct chromeos_laptop cr48 = {
406 .callback = chromeos_laptop_dmi_matched, \ 406 .callback = chromeos_laptop_dmi_matched, \
407 .driver_data = (void *)&board_ 407 .driver_data = (void *)&board_
408 408
409static struct dmi_system_id __initdata chromeos_laptop_dmi_table[] = { 409static struct dmi_system_id chromeos_laptop_dmi_table[] __initdata = {
410 { 410 {
411 .ident = "Samsung Series 5 550", 411 .ident = "Samsung Series 5 550",
412 .matches = { 412 .matches = {