commit | 89f50bf63778018708e29ca0a874c72cb81f77f9 | [log] [tgz] |
---|---|---|
author | Anssi Hannula <anssi.hannula@gmail.com> | Fri Jul 20 17:18:10 2007 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Mon Jul 30 16:26:27 2007 -0300 |
tree | 436cc9e424bee02386011fa992d5bb0a8c4d1934 | |
parent | 9896bbc1972e3a0595f06c23692a20150a789308 [diff] |
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 <anssi.hannula@gmail.com> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>