diff options
-rw-r--r-- | drivers/platform/x86/wmi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/platform/x86/wmi.c b/drivers/platform/x86/wmi.c index 6c15720be6a4..b2978a04317f 100644 --- a/drivers/platform/x86/wmi.c +++ b/drivers/platform/x86/wmi.c | |||
@@ -810,7 +810,7 @@ static bool guid_already_parsed(const char *guid_string) | |||
810 | /* | 810 | /* |
811 | * Parse the _WDG method for the GUID data blocks | 811 | * Parse the _WDG method for the GUID data blocks |
812 | */ | 812 | */ |
813 | static __init acpi_status parse_wdg(acpi_handle handle) | 813 | static acpi_status parse_wdg(acpi_handle handle) |
814 | { | 814 | { |
815 | struct acpi_buffer out = {ACPI_ALLOCATE_BUFFER, NULL}; | 815 | struct acpi_buffer out = {ACPI_ALLOCATE_BUFFER, NULL}; |
816 | union acpi_object *obj; | 816 | union acpi_object *obj; |
@@ -959,7 +959,7 @@ static int acpi_wmi_remove(struct acpi_device *device, int type) | |||
959 | return 0; | 959 | return 0; |
960 | } | 960 | } |
961 | 961 | ||
962 | static int __init acpi_wmi_add(struct acpi_device *device) | 962 | static int acpi_wmi_add(struct acpi_device *device) |
963 | { | 963 | { |
964 | acpi_status status; | 964 | acpi_status status; |
965 | int result = 0; | 965 | int result = 0; |