Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336692
b: refs/heads/master
c: b59bc2f
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Rafael J. Wysocki committed Nov 21, 2012
1 parent 071d725 commit 25c9347
Show file tree
Hide file tree
Showing 3 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: 876ab79055019e248508cfd0dee7caa3c0c831ed
refs/heads/master: b59bc2fbb4bb67e486c40cdb6a306c06acbaec06
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/apei/ghes.c
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ static int __devinit ghes_probe(struct platform_device *ghes_dev)
return rc;
}

static int __devexit ghes_remove(struct platform_device *ghes_dev)
static int ghes_remove(struct platform_device *ghes_dev)
{
struct ghes *ghes;
struct acpi_hest_generic *generic;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/hed.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ static int __devinit acpi_hed_add(struct acpi_device *device)
return 0;
}

static int __devexit acpi_hed_remove(struct acpi_device *device, int type)
static int acpi_hed_remove(struct acpi_device *device, int type)
{
hed_handle = NULL;
return 0;
Expand Down

0 comments on commit 25c9347

Please sign in to comment.