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

Commit adab4339 authored by Robert Baldyga's avatar Robert Baldyga Committed by Felipe Balbi
Browse files

usb: gadget: remove gadget_chips.h



This header file contains helpers for quirks based on UDC controller name.
Since we have generic quirk bitfields in usb_gadget structure for all of
these quirks we don't need to have this header any longer.

This patch removes gadget_chips.h file and makes sure that it's no longer
included anywhere in kernel sources.

Signed-off-by: default avatarRobert Baldyga <r.baldyga@samsung.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 26b8aa45
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -20,8 +20,6 @@
#include <linux/usb/ch9.h>
#include <linux/usb/gadget.h>

#include "gadget_chips.h"

/**
 * usb_ep_autoconfig_ss() - choose an endpoint matching the ep
 * descriptor and ep companion descriptor
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
#include <linux/err.h>

#include "u_serial.h"
#include "gadget_chips.h"


/*
+0 −1
Original line number Diff line number Diff line
@@ -219,7 +219,6 @@
#include <linux/usb/gadget.h>
#include <linux/usb/composite.h>

#include "gadget_chips.h"
#include "configfs.h"


+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@
#include <linux/module.h>

#include "u_serial.h"
#include "gadget_chips.h"


/*
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@
#include <linux/device.h>

#include "u_serial.h"
#include "gadget_chips.h"


/*
Loading