diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2012-09-06 14:11:12 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2012-09-10 08:37:51 -0400 |
commit | dc995fc27c2e1c8edebfb2405ede23bd38153f7f (patch) | |
tree | 06fe0a5bc5f440a35fc5883bafd8a7cdf8ed98b6 /drivers/usb/gadget/ether.c | |
parent | e87bb7118c4f752de4616a7ab56c51ed3e7f6f53 (diff) |
usb: gadget: libcomposite: add epautoconf.c to libcomposite
This patch adds epautoconf.c into libcomposite and updates all gadgets.
Acked-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/gadget/ether.c')
-rw-r--r-- | drivers/usb/gadget/ether.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/gadget/ether.c b/drivers/usb/gadget/ether.c index 557021e267ee..39eb718f796a 100644 --- a/drivers/usb/gadget/ether.c +++ b/drivers/usb/gadget/ether.c | |||
@@ -103,7 +103,6 @@ static inline bool has_rndis(void) | |||
103 | * a "gcc --combine ... part1.c part2.c part3.c ... " build would. | 103 | * a "gcc --combine ... part1.c part2.c part3.c ... " build would. |
104 | */ | 104 | */ |
105 | #include "composite.c" | 105 | #include "composite.c" |
106 | #include "epautoconf.c" | ||
107 | 106 | ||
108 | #include "f_ecm.c" | 107 | #include "f_ecm.c" |
109 | #include "f_subset.c" | 108 | #include "f_subset.c" |