Commit 0dac67c8 authored by Alex Elder's avatar Alex Elder Committed by Greg Kroah-Hartman

greybus: svc: driver is basic to Greybus (not GP Bridge)

The SVC protocol driver should have been defined as a basic
Greybus protocol driver, not a GP Bridge protocol driver.
Signed-off-by: default avatarAlex Elder <elder@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent cf6b62d9
...@@ -245,4 +245,4 @@ static struct gb_protocol svc_protocol = { ...@@ -245,4 +245,4 @@ static struct gb_protocol svc_protocol = {
.request_recv = gb_svc_request_recv, .request_recv = gb_svc_request_recv,
}; };
gb_gpbridge_protocol_driver(svc_protocol); gb_protocol_driver(&svc_protocol);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment