The patch number 10404 was added via Mauro Carvalho Chehab <mche...@redhat.com>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        Linux Media Mailing List <linux-me...@vger.kernel.org>

------

From: Mauro Carvalho Chehab  <mche...@redhat.com>
saa7134-core: remove oss option, since saa7134-oss doesn't exist anymore


Priority: normal

Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>


---

 linux/drivers/media/video/saa7134/saa7134-core.c |    6 ------
 1 file changed, 6 deletions(-)

diff -r 1b4ac3e8b854 -r 060a5560c0d5 
linux/drivers/media/video/saa7134/saa7134-core.c
--- a/linux/drivers/media/video/saa7134/saa7134-core.c  Sat Jan 31 09:09:33 
2009 -0200
+++ b/linux/drivers/media/video/saa7134/saa7134-core.c  Sat Jan 31 09:10:49 
2009 -0200
@@ -58,10 +58,6 @@ module_param(alsa, int, 0644);
 module_param(alsa, int, 0644);
 MODULE_PARM_DESC(alsa,"enable ALSA DMA sound [dmasound]");
 
-static unsigned int oss;
-module_param(oss, int, 0644);
-MODULE_PARM_DESC(oss,"enable OSS DMA sound [dmasound]");
-
 static unsigned int latency = UNSET;
 module_param(latency, int, 0444);
 MODULE_PARM_DESC(latency,"pci latency timer");
@@ -203,8 +199,6 @@ static void request_module_async(struct 
                request_module("saa7134-dvb");
        if (alsa)
                request_module("saa7134-alsa");
-       if (oss)
-               request_module("saa7134-oss");
 }
 
 static void request_submodules(struct saa7134_dev *dev)


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/060a5560c0d5c03e3e903e656c6b823976861078

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to