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

Commit 84e70986 authored by Jordan Crouse's avatar Jordan Crouse
Browse files

usb: gadget: Use correct include style for local headers



Local headers should always use "" and not <>.  Fixes the following error:

 drivers/usb/gadget/configfs.c:19:28: fatal error:
	function/u_ncm.h: No such file

Fixes: 9b8c89e9 ("usb: gadget: Send dedicate uevent for ML client connection")
Change-Id: Ic0dedbad26ddf692396eedeb81820ee806ab7783
Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
parent a40c41a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
#include <linux/usb/ch9.h>

#ifdef CONFIG_USB_F_NCM
#include <function/u_ncm.h>
#include "function/u_ncm.h"
#endif

#ifdef CONFIG_USB_CONFIGFS_F_ACC