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:
@@ -574,7 +574,7 @@ static struct i2c_driver mshw0011_driver = {
|
|||||||
.remove = mshw0011_remove,
|
.remove = mshw0011_remove,
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "mshw0011",
|
.name = "mshw0011",
|
||||||
.acpi_match_table = ACPI_PTR(mshw0011_acpi_match),
|
.acpi_match_table = mshw0011_acpi_match,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
module_i2c_driver(mshw0011_driver);
|
module_i2c_driver(mshw0011_driver);
|
||||||
|
Reference in New Issue
Block a user