]> Git Repo - J-linux.git/commitdiff
msi-laptop: depends on RFKILL
authorRandy Dunlap <[email protected]>
Wed, 3 Feb 2010 22:24:28 +0000 (14:24 -0800)
committerGreg Kroah-Hartman <[email protected]>
Mon, 8 Mar 2010 01:04:53 +0000 (17:04 -0800)
msi-laptop uses rfkill*() interfaces so it should depend on RFKILL.

msi-laptop.c:(.text+0x1fcd1b): undefined reference to `rfkill_alloc'
msi-laptop.c:(.text+0x1fcd76): undefined reference to `rfkill_register'
msi-laptop.c:(.text+0x1fcdc8): undefined reference to `rfkill_destroy'
msi-laptop.c:(.text+0x1fcdd9): undefined reference to `rfkill_unregister'

This repairs "msi-laptop: Detect 3G device exists by standard ec command",
which is in some gregkh tree.

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Lennart Poettering <[email protected]>
Cc: Lee, Chun-Yi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/platform/x86/Kconfig

index cd2ee6fce1b40946b76e13c9dba9ac8ccd1c5719..e631dbeafd798ff87d9d7a0eee27953c6d5aa446 100644 (file)
@@ -150,6 +150,7 @@ config MSI_LAPTOP
        tristate "MSI Laptop Extras"
        depends on ACPI
        depends on BACKLIGHT_CLASS_DEVICE
+       depends on RFKILL
        ---help---
          This is a driver for laptops built by MSI (MICRO-STAR
          INTERNATIONAL):
This page took 0.054183 seconds and 4 git commands to generate.