Skip to content
  • Randy Dunlap's avatar
    msi-laptop: depends on RFKILL · 410c1765
    Randy Dunlap authored
    
    
    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: default avatarRandy Dunlap <randy.dunlap@oracle.com>
    Cc: Lennart Poettering <mzxreary@0pointer.de>
    Cc: Lee, Chun-Yi <jlee@novell.com>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
    410c1765