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 <[email protected]> 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 <[email protected]> Cc: <[email protected]> Signed-off-by: Marcos Paulo de Souza <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> 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> _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
