Commit f1f25fc8 authored by Andy Shevchenko's avatar Andy Shevchenko

platform/x86: surface3_power: Drop useless macro ACPI_PTR()

Driver depends to ACPI, this marco always is evaluated to the parameter,
thus useless. Drop it for good.
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
parent fcbb1142
......@@ -574,7 +574,7 @@ static struct i2c_driver mshw0011_driver = {
.remove = mshw0011_remove,
.driver = {
.name = "mshw0011",
.acpi_match_table = ACPI_PTR(mshw0011_acpi_match),
.acpi_match_table = mshw0011_acpi_match,
},
};
module_i2c_driver(mshw0011_driver);
......
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