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: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
This commit is contained in:
Andy Shevchenko 2020-03-26 14:13:19 +02:00
parent fcbb1142fe
commit f1f25fc89a

View file

@ -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);