Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40234451 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: Use DECLARE_USB_FUNCTION() for initializing USB QDSS function driver"

parents f29e796d 36ab6405
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1151,7 +1151,7 @@ static struct usb_function *qdss_alloc(struct usb_function_instance *fi)
	return &usb_qdss->port.function;
}

DECLARE_USB_FUNCTION_INIT(qdss, qdss_alloc_inst, qdss_alloc);
DECLARE_USB_FUNCTION(qdss, qdss_alloc_inst, qdss_alloc);
static int __init usb_qdss_init(void)
{
	int ret;