usb: gadget: f_gsi: Add missing includes to compile f_gsi file
This change adds required .h files to resolve below seen compilation errors. In function ‘gsi_update_function_bind_params’: error: implicit declaration of function ‘msm_ep_config’ warning: ‘enum ipa_usb_notify_event’ declared inside parameter list CRs-Fixed: 1001469 Change-Id: Ic62b4dae798726055beb778509e6b65e69f4db34 Signed-off-by: Mayank Rana <mrana@codeaurora.org>
This commit is contained in:
parent
0a8e2adbbc
commit
bd632ce9df
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@
|
|||
#include <linux/usb/usb_ctrl_qti.h>
|
||||
#include <linux/etherdevice.h>
|
||||
#include <linux/debugfs.h>
|
||||
#include <linux/ipa_usb.h>
|
||||
#include <linux/usb/msm_hsusb.h>
|
||||
|
||||
#define GSI_RMNET_CTRL_NAME "rmnet_ctrl"
|
||||
#define GSI_MBIM_CTRL_NAME "android_mbim"
|
||||
|
|
Loading…
Add table
Reference in a new issue