V4L/DVB (8726): link tuner before saa7134
authorSimon Arlott <simon@fire.lp0.eu>
Wed, 3 Sep 2008 19:48:20 +0000 (16:48 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 3 Sep 2008 21:37:07 +0000 (18:37 -0300)
commitf46466e7d6ff4871e5faae32d277175293a34c1f
tree7688ee2d881f2c5432738345a4c086da80e36800
parent09a29b771535e0b8cef66946fdaeb43b0e545570
V4L/DVB (8726): link tuner before saa7134

If saa7134_init is run before v4l2_i2c_drv_init (tuner), then
saa7134_board_init2 will try to set the tuner type for devices that don't
exist yet.  This moves tuner to before all of the device-specific drivers
so that it's loaded early enough on boot.

Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/Makefile