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:
parent
fcbb1142fe
commit
f1f25fc89a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue