Commit 0e50e926 authored by Lee Jones's avatar Lee Jones

mfd: axp20x: Constify axp20x_acpi_match and rid unused warning

axp20x.c:239:30:
  warning: ‘axp20x_acpi_match’ defined but not used [-Wunused-variable]
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 71d679b8
......@@ -236,7 +236,7 @@ static const struct i2c_device_id axp20x_i2c_id[] = {
};
MODULE_DEVICE_TABLE(i2c, axp20x_i2c_id);
static struct acpi_device_id axp20x_acpi_match[] = {
static const struct acpi_device_id axp20x_acpi_match[] = {
{
.id = "INT33F4",
.driver_data = AXP288_ID,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment