]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drivers: staging: media: easycap: easycap_ioctl: Include version.h header
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>
Wed, 18 Apr 2012 04:30:10 +0000 (01:30 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Apr 2012 23:58:17 +0000 (16:58 -0700)
The output of "make versioncheck" told us that:

drivers/staging/media/easycap/easycap_ioctl.c: 2442: need
linux/version.h

If we take a look at the code, we will see the macro KERNEL_VERSION be
used. So, we need this include.

Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: <linux-media@vger.kernel.org>
Cc: <devel@driverdev.osuosl.org >
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/easycap/easycap_ioctl.c

index 9413b37490c2f2468e726d8056cddf6b9a33293f..3cee3cd986d298c43f537785f5a267e87fd6d39f 100644 (file)
@@ -26,6 +26,7 @@
 /*****************************************************************************/
 
 #include "easycap.h"
+#include <linux/version.h>
 
 /*--------------------------------------------------------------------------*/
 /*