hp_accel: Constify ACPI and DMI tables
authorMathias Krause <minipli@googlemail.com>
Wed, 16 Jul 2014 17:43:14 +0000 (19:43 +0200)
committerMatthew Garrett <matthew.garrett@nebula.com>
Sat, 16 Aug 2014 08:23:53 +0000 (01:23 -0700)
commit8a1a970acd7434cab6373ad83313401f6f5d2d7c
treecb84b25c0861459d95c781d5ff59109f0ccd959e
parent0f93c5e59292b496cf5aeec92ea01d761563a4d5
hp_accel: Constify ACPI and DMI tables

Constify the lis3lv02d_device_ids[] ACPI and the lis3lv02d_dmi_ids[] DMI
tables. There's no need to have them writeable during runtime.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Cc: Eric Piel <eric.piel@tremplin-utc.net>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
drivers/platform/x86/hp_accel.c