diff options
author | Robert Baldyga <r.baldyga@samsung.com> | 2015-08-06 15:11:16 +0300 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-08-06 17:35:20 +0300 |
commit | adab43396ed4830c7cee29837e8cedcddb2b5315 (patch) | |
tree | 198a7191f45066eb2b2d6f5c3f9f3040cc00347f /drivers/usb/gadget/function/u_uac1.h | |
parent | 26b8aa458c7d99181ceb07f27da9bd7d94185e35 (diff) | |
download | linux-adab43396ed4830c7cee29837e8cedcddb2b5315.tar.xz |
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>
Diffstat (limited to 'drivers/usb/gadget/function/u_uac1.h')
-rw-r--r-- | drivers/usb/gadget/function/u_uac1.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/gadget/function/u_uac1.h b/drivers/usb/gadget/function/u_uac1.h index fe386df6dd3e..5c2ac8e8456d 100644 --- a/drivers/usb/gadget/function/u_uac1.h +++ b/drivers/usb/gadget/function/u_uac1.h @@ -21,8 +21,6 @@ #include <sound/pcm.h> #include <sound/pcm_params.h> -#include "gadget_chips.h" - #define FILE_PCM_PLAYBACK "/dev/snd/pcmC0D0p" #define FILE_PCM_CAPTURE "/dev/snd/pcmC0D0c" #define FILE_CONTROL "/dev/snd/controlC0" |