From: Mauro Carvalho Chehab Date: Thu, 19 Apr 2012 19:35:27 +0000 (-0300) Subject: [media] tlg2300: Remove usage of KERNEL_VERSION() X-Git-Tag: v3.5-rc1~104^2~388 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8a9c01484b258573587a52c3226bbdf6d11cda6;p=pandora-kernel.git [media] tlg2300: Remove usage of KERNEL_VERSION() As reported by Marcos: On 04-18-2012 01:30, Marcos Paulo de Souza wrote: > The output of "make versioncheck" told us that: > > drivers/media/video/tlg2300/pd-video.c: 1669: need linux/version.h > > If we take a look at the code, we can see that this file uses the macro > KERNEL_VERSION. The V4L2 core now fills it automatically, so drivers shouldn't touch on cap->version anymore. Reported by: Marcos Paulo de Souza Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed