summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/glue.c
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2012-09-03 02:26:33 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-09-03 02:26:33 -0400
commitc50e86ce7c2961a41f2f7aa6e4fd6c99229ba205 (patch)
tree4ea36009719bd8fc523239fe1bdccb90f0dce3ae /drivers/acpi/glue.c
parent14d33d384693eb6083396199de516fdef320f7af (diff)
parent4cbe5a555fa58a79b6ecbb6c531b8bab0650778d (diff)
Merge tag 'v3.6-rc4'
Merge 3.6-rc4 to get latest OMAP and device tree fixes.
Diffstat (limited to 'drivers/acpi/glue.c')
-rw-r--r--drivers/acpi/glue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/glue.c b/drivers/acpi/glue.c
index 1564e0927c21..243ee85e4d2e 100644
--- a/drivers/acpi/glue.c
+++ b/drivers/acpi/glue.c
@@ -39,6 +39,7 @@ int register_acpi_bus_type(struct acpi_bus_type *type)
39 } 39 }
40 return -ENODEV; 40 return -ENODEV;
41} 41}
42EXPORT_SYMBOL_GPL(register_acpi_bus_type);
42 43
43int unregister_acpi_bus_type(struct acpi_bus_type *type) 44int unregister_acpi_bus_type(struct acpi_bus_type *type)
44{ 45{
@@ -54,6 +55,7 @@ int unregister_acpi_bus_type(struct acpi_bus_type *type)
54 } 55 }
55 return -ENODEV; 56 return -ENODEV;
56} 57}
58EXPORT_SYMBOL_GPL(unregister_acpi_bus_type);
57 59
58static struct acpi_bus_type *acpi_get_bus_type(struct bus_type *type) 60static struct acpi_bus_type *acpi_get_bus_type(struct bus_type *type)
59{ 61{
@@ -69,7 +71,6 @@ static struct acpi_bus_type *acpi_get_bus_type(struct bus_type *type)
69 up_read(&bus_type_sem); 71 up_read(&bus_type_sem);
70 return ret; 72 return ret;
71} 73}
72EXPORT_SYMBOL_GPL(register_acpi_bus_type);
73 74
74static int acpi_find_bridge_device(struct device *dev, acpi_handle * handle) 75static int acpi_find_bridge_device(struct device *dev, acpi_handle * handle)
75{ 76{
@@ -86,7 +87,6 @@ static int acpi_find_bridge_device(struct device *dev, acpi_handle * handle)
86 up_read(&bus_type_sem); 87 up_read(&bus_type_sem);
87 return ret; 88 return ret;
88} 89}
89EXPORT_SYMBOL_GPL(unregister_acpi_bus_type);
90 90
91/* Get device's handler per its address under its parent */ 91/* Get device's handler per its address under its parent */
92struct acpi_find_child { 92struct acpi_find_child {