Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0e52d3281f8aa6486949478ea95c8ca85c3ffab5
Commit:     0e52d3281f8aa6486949478ea95c8ca85c3ffab5
Parent:     388c19e176436707eb30a81c7e4129e08769f92b
Author:     Andi Kleen <[EMAIL PROTECTED]>
AuthorDate: Wed Jun 20 12:23:33 2007 +0200
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Wed Jun 20 14:27:26 2007 -0700

    x86_64: Quieten Atari keyboard warnings in Kconfig
    
    Not directly related to x86, but I got tired of seeing these warnings on 
every
    kconfig update when building on a non m68k box:
    
    drivers/input/keyboard/Kconfig:170:warning: 'select' used by config symbol 
'KEYBOARD_ATARI' refers to undefined symbol 'ATARI_KBD_CORE'
    drivers/input/mouse/Kconfig:182:warning: 'select' used by config symbol 
'MOUSE_ATARI' refers to undefined symbol 'ATARI_KBD_CORE'
    
    I moved the definition of ATARI_KBD_CORE into drivers/input/keyboard/Kconfig
    so it's always seen by Kconfig.
    
    Cc: Geert Uytterhoeven <[EMAIL PROTECTED]>
    Acked-by: Roman Zippel <[EMAIL PROTECTED]>
    Signed-off-by: Andi Kleen <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 arch/m68k/Kconfig              |    3 ---
 drivers/input/keyboard/Kconfig |    3 +++
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig
index 85cdd23..a86e2e9 100644
--- a/arch/m68k/Kconfig
+++ b/arch/m68k/Kconfig
@@ -418,9 +418,6 @@ config STRAM_PROC
        help
          Say Y here to report ST-RAM usage statistics in /proc/stram.
 
-config ATARI_KBD_CORE
-       bool
-
 config HEARTBEAT
        bool "Use power LED as a heartbeat" if AMIGA || APOLLO || ATARI || MAC 
||Q40
        default y if !AMIGA && !APOLLO && !ATARI && !MAC && !Q40 && HP300
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
index bd707b8..c97d5eb 100644
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -164,6 +164,9 @@ config KEYBOARD_AMIGA
          To compile this driver as a module, choose M here: the
          module will be called amikbd.
 
+config ATARI_KBD_CORE
+       bool
+
 config KEYBOARD_ATARI
        tristate "Atari keyboard"
        depends on ATARI
-
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