Commit 1eaa1ef7 authored by Len Brown's avatar Len Brown

[ACPI] build fix: remove 2nd __exit from asus_acpi.c

parent ab540144
...@@ -923,7 +923,7 @@ static int __init asus_hotk_add(struct acpi_device *device) ...@@ -923,7 +923,7 @@ static int __init asus_hotk_add(struct acpi_device *device)
static int __exit asus_hotk_remove(struct acpi_device *device, int type) static int asus_hotk_remove(struct acpi_device *device, int type)
{ {
acpi_status status = 0; acpi_status status = 0;
struct asus_hotk *hotk = NULL; struct asus_hotk *hotk = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment