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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -245,4 +245,4 @@ static struct gb_protocol svc_protocol = {
	.request_recv		= gb_svc_request_recv,
};

gb_gpbridge_protocol_driver(svc_protocol);
gb_protocol_driver(&svc_protocol);