ACPI / LPSS: constify device descriptors
authorMathias Krause <minipli@googlemail.com>
Sat, 13 Jun 2015 12:26:50 +0000 (14:26 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 15 Jun 2015 12:26:25 +0000 (14:26 +0200)
commitb2687cd7d5fd7394254ebc2b6a553ed9a3dcd5f1
tree3482f5a75b9e1f9206bd4293bcdc1e5b0f905532
parent0f57d86787d8b1076ea8f9cbdddda2a46d534a27
ACPI / LPSS: constify device descriptors

The device descriptors are never written to -- even pointed to as
'const' from struct lpss_private_data. Make them r/o for real.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpi_lpss.c
This page took 0.0269 seconds and 5 git commands to generate.