summaryrefslogtreecommitdiff
path: root/drivers/platform/x86
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/platform/x86')
-rw-r--r--drivers/platform/x86/surface3_power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/surface3_power.c b/drivers/platform/x86/surface3_power.c
index f6c646f5af93..24010e0696a0 100644
--- a/drivers/platform/x86/surface3_power.c
+++ b/drivers/platform/x86/surface3_power.c
@@ -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);