Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311471
b: refs/heads/master
c: 91e4d5a
h: refs/heads/master
i:
  311469: 4026354
  311467: 16505a8
  311463: c84651f
  311455: 4706afe
v: v3
  • Loading branch information
Jeff Garzik authored and Jeff Garzik committed Jul 25, 2012
1 parent b33dc3c commit 71a79b2
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: e91df93ebd7bef40d175d51ab7bcbd3b5c4fc212
refs/heads/master: 91e4d5a1d7d11ca0b08803a11cb8dc866d2d611f
4 changes: 2 additions & 2 deletions trunk/drivers/acpi/glue.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ int register_acpi_bus_type(struct acpi_bus_type *type)
}
return -ENODEV;
}
EXPORT_SYMBOL(register_acpi_bus_type);
EXPORT_SYMBOL_GPL(register_acpi_bus_type);

int unregister_acpi_bus_type(struct acpi_bus_type *type)
{
Expand All @@ -55,7 +55,7 @@ int unregister_acpi_bus_type(struct acpi_bus_type *type)
}
return -ENODEV;
}
EXPORT_SYMBOL(unregister_acpi_bus_type);
EXPORT_SYMBOL_GPL(unregister_acpi_bus_type);

static struct acpi_bus_type *acpi_get_bus_type(struct bus_type *type)
{
Expand Down

0 comments on commit 71a79b2

Please sign in to comment.