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

Commit b0b5ab39 authored by Wesley Cheng's avatar Wesley Cheng Committed by Gerrit - the friendly Code Review server
Browse files

usb: dwc3: dwc3-msm: Export msm_data_fifo_config() for QDSS



Since f_qdss is compiled as a module, it is dependent on
msm_data_fifo_config() being exported to avoid an undefined reference
compilation error.

Change-Id: I41155fe7af14c8e4003841f54ef878d3535d33d7
Signed-off-by: default avatarWesley Cheng <wcheng@codeaurora.org>
parent 077ffb87
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -779,6 +779,7 @@ int msm_data_fifo_config(struct usb_ep *ep, unsigned long addr,


	return 0;
	return 0;
}
}
EXPORT_SYMBOL(msm_data_fifo_config);


static int dbm_ep_unconfig(struct dwc3_msm *mdwc, u8 usb_ep);
static int dbm_ep_unconfig(struct dwc3_msm *mdwc, u8 usb_ep);