diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2012-09-06 14:11:27 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2012-09-10 09:13:03 -0400 |
commit | 721e2e91945bc2520d57d795dfe1b502ecec567c (patch) | |
tree | 367b0e0de9fabd165fdae6887902c3ae72a81bef /drivers/usb/gadget/webcam.c | |
parent | cc2683c318a5bf192b75cd5c343b51009db0cf6c (diff) |
usb: gadget: libcomposite: move composite.c into libcomposite
This moves composite.c into libcomposite and updates all gadgets.
Finally!
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/webcam.c')
-rw-r--r-- | drivers/usb/gadget/webcam.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/gadget/webcam.c b/drivers/usb/gadget/webcam.c index 03591194b17a..69cf5c2cd335 100644 --- a/drivers/usb/gadget/webcam.c +++ b/drivers/usb/gadget/webcam.c | |||
@@ -23,8 +23,6 @@ | |||
23 | * the runtime footprint, and giving us at least some parts of what | 23 | * the runtime footprint, and giving us at least some parts of what |
24 | * a "gcc --combine ... part1.c part2.c part3.c ... " build would. | 24 | * a "gcc --combine ... part1.c part2.c part3.c ... " build would. |
25 | */ | 25 | */ |
26 | #include "composite.c" | ||
27 | |||
28 | #include "uvc_queue.c" | 26 | #include "uvc_queue.c" |
29 | #include "uvc_video.c" | 27 | #include "uvc_video.c" |
30 | #include "uvc_v4l2.c" | 28 | #include "uvc_v4l2.c" |