All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [media] v4l2: remove unused including <linux/version.h>
@ 2015-02-27 11:42 weiyj_lk
  0 siblings, 0 replies; only message in thread
From: weiyj_lk @ 2015-02-27 11:42 UTC (permalink / raw)
  To: Mike Isely, Mauro Carvalho Chehab; +Cc: Wei Yongjun, linux-media

From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

Remove including <linux/version.h> that don't need it.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
---
 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/media/usb/pvrusb2/pvrusb2-v4l2.c b/drivers/media/usb/pvrusb2/pvrusb2-v4l2.c
index 536210b..6489db8 100644
--- a/drivers/media/usb/pvrusb2/pvrusb2-v4l2.c
+++ b/drivers/media/usb/pvrusb2/pvrusb2-v4l2.c
@@ -21,7 +21,6 @@
 
 #include <linux/kernel.h>
 #include <linux/slab.h>
-#include <linux/version.h>
 #include "pvrusb2-context.h"
 #include "pvrusb2-hdw.h"
 #include "pvrusb2.h"


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-27 11:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-27 11:42 [PATCH] [media] v4l2: remove unused including <linux/version.h> weiyj_lk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.