Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,