V4L/DVB (10511): saa7134: get rid of KBL
authorMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 9 Feb 2009 15:27:03 +0000 (12:27 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:42:43 +0000 (12:42 -0300)
commitbefd6e645cc38eae0cfd4ef98b3daf0986240e2c
treeee718d6545e0041d6007503a9e0c98c93643d2ce
parent553d3c5067afceda3cdbfbf51c1e4a512a3b0627
V4L/DVB (10511): saa7134: get rid of KBL

KBL is not needed on saa7134, so, let's remove it.

However, we should take some care to avoid opening the module while
initializing it. This issue exists with newer udev's that opens a device
as soon as the driver is registered. So, a proper lock is needed on
open.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/saa7134/saa7134-core.c
drivers/media/video/saa7134/saa7134-video.c
drivers/media/video/saa7134/saa7134.h