Linux-Next discussions
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org,
	Ben Hutchings <ben@decadent.org.uk>,
	Matthew Garrett <matthew.garrett@nebula.com>,
	Platform Driver <platform-driver-x86@vger.kernel.org>
Subject: [PATCH -next] platform/x86: fix amilo-rfkill build errors
Date: Wed, 15 May 2013 14:03:35 -0700	[thread overview]
Message-ID: <5193F827.8030809@infradead.org> (raw)
In-Reply-To: <20130515132627.817585a3d9fb3a3e502eb586@canb.auug.org.au>

From: Randy Dunlap <rdunlap@infradead.org>

Fix build error in amilo-rfkill.c by making it dependent on
SERIO_I8042:

drivers/built-in.o: In function `amilo_a1655_rfkill_set_block':
amilo-rfkill.c:(.text+0x264a89): undefined reference to `i8042_lock_chip'
amilo-rfkill.c:(.text+0x264a97): undefined reference to `i8042_command'
amilo-rfkill.c:(.text+0x264a9e): undefined reference to `i8042_unlock_chip'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Ben Hutchings <ben@decadent.org.uk>
---
 drivers/platform/x86/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20130515.orig/drivers/platform/x86/Kconfig
+++ linux-next-20130515/drivers/platform/x86/Kconfig
@@ -175,7 +175,7 @@ config FUJITSU_TABLET
 
 config AMILO_RFKILL
 	tristate "Fujitsu-Siemens Amilo rfkill support"
-	depends on RFKILL
+	depends on RFKILL && SERIO_I8042
 	---help---
 	  This is a driver for enabling wifi on some Fujitsu-Siemens Amilo
 	  laptops.

      parent reply	other threads:[~2013-05-15 21:04 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-15  3:26 linux-next: Tree for May 15 Stephen Rothwell
2013-05-15 17:42 ` linux-next: Tree for May 15 (wireless/brcm) Randy Dunlap
2013-05-15 17:59 ` linux-next: Tree for May 15 (crypto /crct10dif) Randy Dunlap
2013-05-16  3:57   ` Xiong Zhou
2013-05-16  7:22     ` Geert Uytterhoeven
2013-05-16 16:09       ` Tim Chen
2013-05-16 16:59       ` Tim Chen
2013-05-16 18:03         ` Tim Chen
2013-05-17  3:09           ` Xiong Zhou
2013-05-20 11:47           ` Herbert Xu
2013-05-20 12:14             ` Herbert Xu
2013-05-20 19:09             ` Tim Chen
2013-05-21 13:46               ` Herbert Xu
2013-05-17  3:06       ` Xiong Zhou
2013-05-15 21:03 ` Randy Dunlap [this message]

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=5193F827.8030809@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=ben@decadent.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=matthew.garrett@nebula.com \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox