From: Mauro Carvalho Chehab Date: Mon, 15 Oct 2007 15:09:17 +0000 (-0300) Subject: V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 field X-Git-Tag: v2.6.24-rc1~66^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22c4a4e98ece0eaff13b3d0ac73c5283013eb6b1;p=pandora-kernel.git V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 field struct video_device used to define a .hardware field. While initialized on severl drivers, this field is never used inside V4L. However, drivers using it need to include the old V4L1 header. This seems to cause compilation troubles with some random configs. Better just to remove it from all drivers. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed