This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree: Subject: [media] drivers: media: video: adp1653.c: Remove unneeded include of version.h Author: Marcos Paulo de Souza <marcos.souza.org@xxxxxxxxx> Date: Wed Apr 18 00:30:05 2012 -0300 The output of "make versioncheck" told us that: drivers/media/video/adp1653.c: 37 linux/version.h not needed. After we take a look at the code, we can afree to remove it. Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx> Cc: <linux-media@xxxxxxxxxxxxxxx> Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@xxxxxxxxx> Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx> drivers/media/video/adp1653.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=commitdiff;h=713ca5dfd050efa61eb92be51a9ccbdaee2239cd diff --git a/drivers/media/video/adp1653.c b/drivers/media/video/adp1653.c index 5b045b4..24afc99 100644 --- a/drivers/media/video/adp1653.c +++ b/drivers/media/video/adp1653.c @@ -34,7 +34,6 @@ #include <linux/module.h> #include <linux/i2c.h> #include <linux/slab.h> -#include <linux/version.h> #include <media/adp1653.h> #include <media/v4l2-device.h> -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html