From: Hans Verkuil Date: Wed, 15 Sep 2010 19:36:07 +0000 (-0300) Subject: V4L/DVB: v4l: remove obsolete include/media/v4l2-i2c-drv.h file X-Git-Tag: v2.6.37-rc1~64^2~381 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f2052539666bd8b43ed26c9b1c3687628c49ecc;p=pandora-kernel.git V4L/DVB: v4l: remove obsolete include/media/v4l2-i2c-drv.h file The include/media/v4l2-i2c-drv.h header was used to be able to compile drivers in the v4l-dvb hg repository for legacy kernels (mainly pre-2.6.26) without creating an #ifdef mess. The hg repository dropped support for kernels < 2.6.26 so we can remove this header. All i2c drivers that used it have now been converted to use proper i2c code. The header was a hack, but it did its job well. So I would call this an honorable removal. :-) Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed