Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b10fece583fdfdb3d2f29b0da3896ec58b8fe122
Commit:     b10fece583fdfdb3d2f29b0da3896ec58b8fe122
Parent:     726cf56f24cbadaad1719724a30c29eb92911524
Author:     Trent Piepho <[EMAIL PROTECTED]>
AuthorDate: Wed Mar 7 18:19:46 2007 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Tue Mar 27 08:45:53 2007 -0300

    V4L/DVB (5390): Radio: Fix error in Kbuild file
    
    All the radio drivers need video_dev, but they were depending on
    VIDEO_DEV!=n.  That meant that one could try to compile the driver into
    the kernel when VIDEO_DEV=m, which will not work.  If video_dev is a
    module, then the radio drivers must be modules too.
    
    Signed-off-by: Trent Piepho <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/radio/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig
index 920b63f..af66a5d 100644
--- a/drivers/media/radio/Kconfig
+++ b/drivers/media/radio/Kconfig
@@ -3,7 +3,7 @@
 #
 
 menu "Radio Adapters"
-       depends on VIDEO_DEV!=n
+       depends on VIDEO_DEV
 
 config RADIO_CADET
        tristate "ADS Cadet AM/FM Tuner"
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to