From: Marcos Paulo de Souza Date: Wed, 18 Apr 2012 04:30:10 +0000 (-0300) Subject: drivers: staging: media: easycap: easycap_ioctl: Include version.h header X-Git-Tag: v3.5-rc1~145^2~229^2~154 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=365d47a1ea7297c37d1d707c25e3203cd51ebb15;p=pandora-kernel.git drivers: staging: media: easycap: easycap_ioctl: Include version.h header 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 Cc: Greg Kroah-Hartman Cc: Cc: Signed-off-by: Marcos Paulo de Souza Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed