From: Randy Dunlap <randy.dunlap@oracle.com>
To: lkml <linux-kernel@vger.kernel.org>,
akpm <akpm@linux-foundation.org>,
Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Subject: [PATCH -mmotm] compal-laptop: depends on RKFILL
Date: Thu, 16 Oct 2008 15:14:26 -0700 [thread overview]
Message-ID: <48F7BCC2.1050604@oracle.com> (raw)
From: Randy Dunlap <randy.dunlap@oracle.com>
compal-laptop uses rfkill_*() so needs to depend on RFKILL
(or select it).
drivers/built-in.o: In function `compal_rfkill':
compal-laptop.c:(.init.text+0x9ac3): undefined reference to `rfkill_allocate'
compal-laptop.c:(.init.text+0x9afa): undefined reference to `rfkill_register'
compal-laptop.c:(.init.text+0x9b17): undefined reference to `rfkill_free'
drivers/built-in.o: In function `compal_cleanup':
compal-laptop.c:(.exit.text+0x912): undefined reference to `rfkill_unregister'
compal-laptop.c:(.exit.text+0x92a): undefined reference to `rfkill_unregister'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
cc: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
---
drivers/misc/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- mmotm-2008-1016-0052.orig/drivers/misc/Kconfig
+++ mmotm-2008-1016-0052/drivers/misc/Kconfig
@@ -263,6 +263,7 @@ config COMPAL_LAPTOP
depends on X86
depends on ACPI_EC
depends on BACKLIGHT_CLASS_DEVICE
+ depends on RFKILL
---help---
This is a driver for laptops built by Compal:
reply other threads:[~2008-10-16 22:15 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=48F7BCC2.1050604@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=akpm@linux-foundation.org \
--cc=cezary.jackiewicz@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/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.