From: Ingo Molnar Date: Tue, 2 Mar 2010 14:53:45 +0000 (-0500) Subject: compal-laptop: Make it depend on CONFIG_RFKILL X-Git-Tag: v2.6.34-rc1~221^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51c1410bd651609aafbcc3a2294df26a47bf6137;p=pandora-kernel.git compal-laptop: Make it depend on CONFIG_RFKILL -tip testing found this build failure (x86 randconfig): drivers/built-in.o: In function `setup_rfkill': compal-laptop.c:(.text+0x36abe8): undefined reference to `rfkill_alloc' compal-laptop.c:(.text+0x36abfc): undefined reference to `rfkill_register' compal-laptop.c:(.text+0x36ac30): undefined reference to `rfkill_alloc' compal-laptop.c:(.text+0x36ac44): undefined reference to `rfkill_register' Which can happen with CONFIG_COMPAL_LAPTOP=y but COMPAL_LAPTOP=m. Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed