From e18822e3d02c8f296fe42e0e8bda7e2e626a4714 Mon Sep 17 00:00:00 2001 From: Viresh Kumar Date: Wed, 1 Jul 2015 12:13:52 +0530 Subject: 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 Reviewed-by: Alex Elder Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/staging/greybus/usb.c') 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); -- cgit v1.2.3-55-g7522