提交 0e50e926 编写于 作者: L 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: NLee Jones <lee.jones@linaro.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册