diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-15 09:25:10 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:05:04 -0500 |
commit | 387d447776484b6e1d08973337aa4c834ea7c6bc (patch) | |
tree | 280e7cf9c6eb3c37a766da20af1fb138cabf28d0 /drivers/media/video/stk-webcam.c | |
parent | 78656acdcf4852547a29e929a1b7a98d5ac65f17 (diff) |
V4L/DVB (7039): Reorder headers
The backports weren't tested, but compile fine.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/stk-webcam.c')
-rw-r--r-- | drivers/media/video/stk-webcam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/stk-webcam.c b/drivers/media/video/stk-webcam.c index f300eca3c473..d37e5e2594b4 100644 --- a/drivers/media/video/stk-webcam.c +++ b/drivers/media/video/stk-webcam.c | |||
@@ -30,9 +30,9 @@ | |||
30 | #include <linux/kref.h> | 30 | #include <linux/kref.h> |
31 | 31 | ||
32 | #include <linux/usb.h> | 32 | #include <linux/usb.h> |
33 | #include <linux/vmalloc.h> | ||
33 | #include <linux/videodev2.h> | 34 | #include <linux/videodev2.h> |
34 | #include <media/v4l2-common.h> | 35 | #include <media/v4l2-common.h> |
35 | #include <linux/vmalloc.h> | ||
36 | 36 | ||
37 | #include "stk-webcam.h" | 37 | #include "stk-webcam.h" |
38 | 38 | ||