summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/greybus/connection.c')
-rw-r--r--drivers/staging/greybus/connection.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/greybus/connection.c b/drivers/staging/greybus/connection.c
index 6295d28a4be4..21e6eb52c437 100644
--- a/drivers/staging/greybus/connection.c
+++ b/drivers/staging/greybus/connection.c
@@ -464,6 +464,7 @@ err_unbind_protocol:
return ret;
}
+EXPORT_SYMBOL_GPL(gb_connection_init);
void gb_connection_exit(struct gb_connection *connection)
{
@@ -482,6 +483,7 @@ void gb_connection_exit(struct gb_connection *connection)
gb_connection_unbind_protocol(connection);
}
+EXPORT_SYMBOL_GPL(gb_connection_exit);
/*
* Tear down a previously set up connection.