Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=387d44... Commit: 387d447776484b6e1d08973337aa4c834ea7c6bc Parent: 78656acdcf4852547a29e929a1b7a98d5ac65f17 Author: Mauro Carvalho Chehab <mchehab@infradead.org> AuthorDate: Tue Jan 15 11:25:10 2008 -0300 Committer: Mauro Carvalho Chehab <mchehab@infradead.org> CommitDate: Fri Jan 25 19:05:04 2008 -0200 V4L/DVB (7039): Reorder headers The backports weren't tested, but compile fine. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> --- drivers/media/radio/radio-si470x.c | 4 ++-- drivers/media/video/stk-webcam.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/media/radio/radio-si470x.c b/drivers/media/radio/radio-si470x.c index eccbc75..ccb167a 100644 --- a/drivers/media/radio/radio-si470x.c +++ b/drivers/media/radio/radio-si470x.c @@ -72,11 +72,11 @@ #include <linux/init.h> #include <linux/slab.h> #include <linux/input.h> -#include <linux/videodev2.h> -#include <media/v4l2-common.h> #include <linux/usb.h> #include <linux/hid.h> #include <linux/version.h> +#include <linux/videodev2.h> +#include <media/v4l2-common.h> #include <media/rds.h> diff --git a/drivers/media/video/stk-webcam.c b/drivers/media/video/stk-webcam.c index f300eca..d37e5e2 100644 --- a/drivers/media/video/stk-webcam.c +++ b/drivers/media/video/stk-webcam.c @@ -30,9 +30,9 @@ #include <linux/kref.h> #include <linux/usb.h> +#include <linux/vmalloc.h> #include <linux/videodev2.h> #include <media/v4l2-common.h> -#include <linux/vmalloc.h> #include "stk-webcam.h" - To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
