Remove unneeded version.h includes (and add where needed) for drivers/staging/easycap/

It was pointed out by 'make versioncheck' that linux/version.h was not
always being included where needed and sometimes included needlessly
in drivers/staging/easycap/.
This patch fixes up the includes.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Jesper Juhl 2011-06-24 00:51:12 +02:00 committed by Greg Kroah-Hartman
parent dc7daeae5d
commit 0de7586a11
2 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,6 @@
#include <linux/uaccess.h>
#include <linux/i2c.h>
#include <linux/version.h>
#include <linux/workqueue.h>
#include <linux/poll.h>
#include <linux/mm.h>

View File

@ -25,6 +25,7 @@
*/
/*****************************************************************************/
#include <linux/version.h>
#include "easycap.h"
/*--------------------------------------------------------------------------*/