Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f3270f6ef7d60251617f9d4c08f76ec01c647aa4
Commit:     f3270f6ef7d60251617f9d4c08f76ec01c647aa4
Parent:     c05107911a38235fec87892d83dc54aba9aaf3bd
Author:     Russell King <[EMAIL PROTECTED]>
AuthorDate: Wed May 16 17:36:17 2007 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Wed May 16 17:36:17 2007 +0100

    [ARM] Silence OMAP kernel configuration warning
    
    arch/arm/mach-omap1/Kconfig:41:warning: 'select' used by config
     symbol 'MACH_OMAP_H3' refers to undefined symbol 'GPIOEXPANDER_OMAP'
    
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 arch/arm/mach-omap1/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap1/Kconfig b/arch/arm/mach-omap1/Kconfig
index 856c681..f6ecdd3 100644
--- a/arch/arm/mach-omap1/Kconfig
+++ b/arch/arm/mach-omap1/Kconfig
@@ -38,7 +38,7 @@ config MACH_OMAP_H2
 config MACH_OMAP_H3
        bool "TI H3 Support"
        depends on ARCH_OMAP1 && ARCH_OMAP16XX
-       select GPIOEXPANDER_OMAP
+#      select GPIOEXPANDER_OMAP
        help
          TI OMAP 1710 H3 board support. Say Y here if you have such
          a board.
-
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