All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle.com>
To: linux-kernel@vger.kernel.org
Cc: akpm@linux-foundation.org, Lennart Poettering <mzxreary@0pointer.de>
Subject: [PATCH -mmotm] msi-laptop: depends on RFKILL
Date: Tue, 02 Feb 2010 11:20:53 -0800	[thread overview]
Message-ID: <4B687B15.40608@oracle.com> (raw)
In-Reply-To: <201002020050.o120ov8X022741@imap1.linux-foundation.org>

From: Randy Dunlap <randy.dunlap@oracle.com>

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'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Lennart Poettering <mzxreary@0pointer.de>
---
  drivers/platform/x86/Kconfig |    1 +
  1 file changed, 1 insertion(+)

--- mmotm-2010-0201-1625.orig/drivers/platform/x86/Kconfig
+++ mmotm-2010-0201-1625/drivers/platform/x86/Kconfig
@@ -147,6 +147,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):

  reply	other threads:[~2010-02-02 19:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-02  0:25 mmotm 2010-02-01-16-25 uploaded akpm
2010-02-02 19:20 ` Randy Dunlap [this message]
2010-02-03 21:41 ` i915 #GP [was: mmotm 2010-02-01-16-25 uploaded] Jiri Slaby
2010-02-05  8:34   ` Jiri Slaby
2010-02-05 21:32     ` Jiri Slaby
2010-02-05 21:56       ` Jesse Barnes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B687B15.40608@oracle.com \
    --to=randy.dunlap@oracle.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mzxreary@0pointer.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.