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: Robert Baldyga <r.baldyga@samsung.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:

committed by
Felipe Balbi

parent
26b8aa458c
commit
adab43396e
@@ -15,7 +15,6 @@
|
||||
#include <linux/module.h>
|
||||
#include <linux/usb/composite.h>
|
||||
|
||||
#include "gadget_chips.h"
|
||||
#define DRIVER_DESC "Linux USB Audio Gadget"
|
||||
#define DRIVER_VERSION "Feb 2, 2012"
|
||||
|
||||
|
@@ -35,8 +35,6 @@
|
||||
#include <linux/usb/audio.h>
|
||||
#include <linux/usb/midi.h>
|
||||
|
||||
#include "gadget_chips.h"
|
||||
|
||||
#include "u_midi.h"
|
||||
|
||||
/*-------------------------------------------------------------------------*/
|
||||
|
@@ -19,7 +19,6 @@
|
||||
#include <linux/usb/composite.h>
|
||||
#include <linux/usb/g_hid.h>
|
||||
|
||||
#include "gadget_chips.h"
|
||||
#define DRIVER_DESC "HID Gadget"
|
||||
#define DRIVER_VERSION "2010/03/16"
|
||||
|
||||
|
@@ -23,7 +23,6 @@
|
||||
#include "u_ether.h"
|
||||
#include "u_phonet.h"
|
||||
#include "u_ecm.h"
|
||||
#include "gadget_chips.h"
|
||||
#include "f_mass_storage.h"
|
||||
|
||||
/* Defines */
|
||||
|
@@ -19,8 +19,6 @@
|
||||
#include <linux/usb/gadget.h>
|
||||
#include <linux/usb/g_printer.h>
|
||||
|
||||
#include "gadget_chips.h"
|
||||
|
||||
USB_GADGET_COMPOSITE_OPTIONS();
|
||||
|
||||
#define DRIVER_DESC "Printer Gadget"
|
||||
|
@@ -17,7 +17,6 @@
|
||||
#include <linux/tty_flip.h>
|
||||
|
||||
#include "u_serial.h"
|
||||
#include "gadget_chips.h"
|
||||
|
||||
|
||||
/* Defines */
|
||||
|
Reference in New Issue
Block a user