Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202489
b: refs/heads/master
c: 925b108
h: refs/heads/master
i:
  202487: 074f276
v: v3
  • Loading branch information
Thomas Renninger authored and Matthew Garrett committed Aug 3, 2010
1 parent 35f7f0d commit ac04eca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a420e46412ad9d33c7174cd4311b91728122e2c4
refs/heads/master: 925b108918c9a2ac58b4fd0994f4a9e63e11521c
4 changes: 2 additions & 2 deletions trunk/drivers/platform/x86/wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ static bool guid_already_parsed(const char *guid_string)
/*
* Parse the _WDG method for the GUID data blocks
*/
static __init acpi_status parse_wdg(acpi_handle handle)
static acpi_status parse_wdg(acpi_handle handle)
{
struct acpi_buffer out = {ACPI_ALLOCATE_BUFFER, NULL};
union acpi_object *obj;
Expand Down Expand Up @@ -959,7 +959,7 @@ static int acpi_wmi_remove(struct acpi_device *device, int type)
return 0;
}

static int __init acpi_wmi_add(struct acpi_device *device)
static int acpi_wmi_add(struct acpi_device *device)
{
acpi_status status;
int result = 0;
Expand Down

0 comments on commit ac04eca

Please sign in to comment.