aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/thermal/int340x_thermal/int3403_thermal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/thermal/int340x_thermal/int3403_thermal.c b/drivers/thermal/int340x_thermal/int3403_thermal.c
index 790b8f6da731..1bfa6a69e77a 100644
--- a/drivers/thermal/int340x_thermal/int3403_thermal.c
+++ b/drivers/thermal/int340x_thermal/int3403_thermal.c
@@ -470,7 +470,6 @@ static struct platform_driver int3403_driver = {
470 .remove = int3403_remove, 470 .remove = int3403_remove,
471 .driver = { 471 .driver = {
472 .name = "int3403 thermal", 472 .name = "int3403 thermal",
473 .owner = THIS_MODULE,
474 .acpi_match_table = int3403_device_ids, 473 .acpi_match_table = int3403_device_ids,
475 }, 474 },
476}; 475};