From: Anssi Hannula Date: Fri, 20 Jul 2007 20:18:10 +0000 (-0300) Subject: V4L/DVB (5893): DVB: fix includes of video.h when __KERNEL__ is undefined X-Git-Tag: v2.6.23-rc2~153^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89f50bf63778018708e29ca0a874c72cb81f77f9;p=pandora-kernel.git V4L/DVB (5893): DVB: fix includes of video.h when __KERNEL__ is undefined linux/dvb/video.h uses types __u32, __s32, etc., but does not include any header defining those when __KERNEL__ is not defined. Fix this by including asm/types.h when __KERNEL__ is not defined. Signed-off-by: Anssi Hannula Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed