aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/apei/ghes.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/apei/ghes.c')
-rw-r--r--drivers/acpi/apei/ghes.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acpi/apei/ghes.c b/drivers/acpi/apei/ghes.c
index 1b6aa514848f..e82d0976a5d0 100644
--- a/drivers/acpi/apei/ghes.c
+++ b/drivers/acpi/apei/ghes.c
@@ -1087,7 +1087,6 @@ static int ghes_remove(struct platform_device *ghes_dev)
1087static struct platform_driver ghes_platform_driver = { 1087static struct platform_driver ghes_platform_driver = {
1088 .driver = { 1088 .driver = {
1089 .name = "GHES", 1089 .name = "GHES",
1090 .owner = THIS_MODULE,
1091 }, 1090 },
1092 .probe = ghes_probe, 1091 .probe = ghes_probe,
1093 .remove = ghes_remove, 1092 .remove = ghes_remove,