From: Simon Arlott Date: Wed, 3 Sep 2008 19:48:20 +0000 (-0300) Subject: V4L/DVB (8726): link tuner before saa7134 X-Git-Tag: v2.6.27-rc6~37^2~4^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f46466e7d6ff4871e5faae32d277175293a34c1f;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed