commit | 22c4a4e98ece0eaff13b3d0ac73c5283013eb6b1 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@infradead.org> | Mon Oct 15 12:09:17 2007 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Mon Oct 22 12:01:24 2007 -0200 |
tree | 4be32c9940460580decfd692e7de78dc21058e64 | |
parent | 786e9d4c3fdc3c913f1a735bcb979bfd62b275be [diff] |
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 <mchehab@infradead.org>