From patchwork Wed Apr 1 13:10:46 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mattia Dongili X-Patchwork-Id: 15644 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n31DBBa7006511 for ; Wed, 1 Apr 2009 13:11:12 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758941AbZDANKw (ORCPT ); Wed, 1 Apr 2009 09:10:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760613AbZDANKw (ORCPT ); Wed, 1 Apr 2009 09:10:52 -0400 Received: from static-220-247-10-204.b-man.svips.gol.ne.jp ([220.247.10.204]:56579 "EHLO smtp.kamineko.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758941AbZDANKu (ORCPT ); Wed, 1 Apr 2009 09:10:50 -0400 Received: from tadamune.kamineko.org (unknown [192.168.1.21]) by smtp.kamineko.org (Postfix) with ESMTP id 4D5361434A; Wed, 1 Apr 2009 22:10:48 +0900 (JST) Received: by tadamune.kamineko.org (Postfix, from userid 1000) id 4FB3F1310B; Wed, 1 Apr 2009 22:10:48 +0900 (JST) From: Mattia Dongili To: Len Brown Cc: linux-acpi@vger.kernel.org, Alexander Beregalov , Mattia Dongili Subject: [PATCH 3/4] sony-laptop should depend on RFKILL Date: Wed, 1 Apr 2009 22:10:46 +0900 Message-Id: <1238591447-13338-4-git-send-email-malattia@linux.it> X-Mailer: git-send-email 1.6.2.1 In-Reply-To: <1238591447-13338-3-git-send-email-malattia@linux.it> References: <1238591447-13338-1-git-send-email-malattia@linux.it> <1238591447-13338-2-git-send-email-malattia@linux.it> <1238591447-13338-3-git-send-email-malattia@linux.it> Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org From: Alexander Beregalov 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 Acked-by: Matthew Garrett Signed-off-by: Mattia Dongili --- 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.