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

Commit 314cde23 authored by Azhar Shaikh's avatar Azhar Shaikh
Browse files

usb: gadget: f_gsi: Make the header file a local header



All the structures, variables, macros and functions defined in f_gsi.h
are used only by f_gsi.c file. Hence it is not needed to make the
header file f_gsi.h as a public-facing header. Instead move it to
kernel/drivers/usb/gadget/function/ to make it a local header only.

Change-Id: Iabe7625cf266de4f90bbe5f68627a18c5cdcaaff
Signed-off-by: default avatarAzhar Shaikh <azhars@codeaurora.org>
parent 9da4ddc1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
#include <linux/usb/usb_ctrl_qti.h>
#include <linux/etherdevice.h>
#include <linux/debugfs.h>
#include <linux/usb/f_gsi.h>
#include "f_gsi.h"
#include "rndis.h"
#include "debug.h"