summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/usb.c
diff options
context:
space:
mode:
authorViresh Kumar2015-07-01 08:43:52 +0200
committerGreg Kroah-Hartman2015-07-02 01:34:55 +0200
commite18822e3d02c8f296fe42e0e8bda7e2e626a4714 (patch)
treefb1f53ba0b77d2c1f45fe8c9e398e565ee7e0559 /drivers/staging/greybus/usb.c
parentgreybus: svc: Use macro's for major/minor numbers (diff)
downloadkernel-qcow2-linux-e18822e3d02c8f296fe42e0e8bda7e2e626a4714.tar.gz
kernel-qcow2-linux-e18822e3d02c8f296fe42e0e8bda7e2e626a4714.tar.xz
kernel-qcow2-linux-e18822e3d02c8f296fe42e0e8bda7e2e626a4714.zip
greybus: Rename gb_gpbridge_protocol_driver() as gb_builtin_protocol_driver()
This macro is also required by core protocols like control and svc, and hence the 'gpbridge' name doesn't fit anymore. Lets call this macro gb_builtin_protocol_driver(). Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/usb.c')
-rw-r--r--drivers/staging/greybus/usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/usb.c b/drivers/staging/greybus/usb.c
index 609b7cc66768..888f514921b6 100644
--- a/drivers/staging/greybus/usb.c
+++ b/drivers/staging/greybus/usb.c
@@ -362,4 +362,4 @@ static struct gb_protocol usb_protocol = {
.request_recv = NULL, /* FIXME we have requests!!! */
};
-gb_gpbridge_protocol_driver(usb_protocol);
+gb_builtin_protocol_driver(usb_protocol);