[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090331223407.GA10676@orion>
Date: Wed, 1 Apr 2009 02:34:07 +0400
From: Alexander Beregalov <a.beregalov@...il.com>
To: Matthew Garrett <mjg@...hat.com>,
Mattia Dongili <malattia@...ux.it>,
Len Brown <len.brown@...el.com>, linux-next@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] sony-laptop should depend on RFKILL
Fixes this build error when RFKILL is not set:
drivers/platform/x86/sony-laptop.c:1050: undefined reference to `rfkill_unregister'
and so on..
Signed-off-by: Alexander Beregalov <a.beregalov@...il.com>
---
drivers/platform/x86/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index 3608081..36b1628 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -165,6 +165,7 @@ config SONY_LAPTOP
depends on ACPI
select BACKLIGHT_CLASS_DEVICE
depends on INPUT
+ depends on RFKILL
---help---
This mini-driver drives the SNC and SPIC devices present in the ACPI
BIOS of the Sony Vaio laptops.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists