diff options
Diffstat (limited to 'drivers/usb/gadget/ether.c')
-rw-r--r-- | drivers/usb/gadget/ether.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/gadget/ether.c b/drivers/usb/gadget/ether.c index a5c272067625..d7ec87e0bfcb 100644 --- a/drivers/usb/gadget/ether.c +++ b/drivers/usb/gadget/ether.c | |||
@@ -100,8 +100,6 @@ static inline bool has_rndis(void) | |||
100 | * the runtime footprint, and giving us at least some parts of what | 100 | * the runtime footprint, and giving us at least some parts of what |
101 | * a "gcc --combine ... part1.c part2.c part3.c ... " build would. | 101 | * a "gcc --combine ... part1.c part2.c part3.c ... " build would. |
102 | */ | 102 | */ |
103 | #include "composite.c" | ||
104 | |||
105 | #include "f_ecm.c" | 103 | #include "f_ecm.c" |
106 | #include "f_subset.c" | 104 | #include "f_subset.c" |
107 | #ifdef USB_ETH_RNDIS | 105 | #ifdef USB_ETH_RNDIS |