V4L/DVB: OMAP_VOUT: fix: Module params were not working through bootargs

Previous thread: MAINTAINERS: fix EDAC-I7CORE file patterns by Linux Kernel Mailing List on Monday, July 12, 2010 - 4:59 pm. (1 message)

Next thread: MAINTAINERS: fix EDAC-I7CORE file patterns by Linux Kernel Mailing List on Monday, July 12, 2010 - 4:59 pm. (1 message)
From: Linux Kernel Mailing List
Date: Monday, July 12, 2010 - 4:59 pm

Gitweb:     http://git.kernel.org/linus/691d38451c466e931a629c17836b19dd615c8a75
Commit:     691d38451c466e931a629c17836b19dd615c8a75
Parent:     dd880dd477f11aceffb2866f702c718fec2862f4
Author:     Vaibhav Hiremath <hvaibhav@ti.com>
AuthorDate: Thu May 27 08:17:09 2010 -0300
Committer:  Mauro Carvalho Chehab <mchehab@redhat.com>
CommitDate: Thu Jul 8 16:49:48 2010 -0300

    V4L/DVB: OMAP_VOUT: fix: Module params were not working through bootargs
    
    Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
    Signed-off-by: Muralidharan Karicheri <mkaricheri@gmail.com>
    Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
---
 drivers/media/video/omap/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/media/video/omap/Makefile b/drivers/media/video/omap/Makefile
index b8bab00..b287880 100644
--- a/drivers/media/video/omap/Makefile
+++ b/drivers/media/video/omap/Makefile
@@ -3,5 +3,5 @@
 #
 
 # OMAP2/3 Display driver
-omap-vout-mod-objs := omap_vout.o omap_voutlib.o
-obj-$(CONFIG_VIDEO_OMAP2_VOUT) += omap-vout-mod.o
+omap-vout-y := omap_vout.o omap_voutlib.o
+obj-$(CONFIG_VIDEO_OMAP2_VOUT) += omap-vout.o
--

Previous thread: MAINTAINERS: fix EDAC-I7CORE file patterns by Linux Kernel Mailing List on Monday, July 12, 2010 - 4:59 pm. (1 message)

Next thread: MAINTAINERS: fix EDAC-I7CORE file patterns by Linux Kernel Mailing List on Monday, July 12, 2010 - 4:59 pm. (1 message)