From patchwork Tue Feb 24 01:53:23 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhang Rui X-Patchwork-Id: 8526 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 n1O1rJ8w022186 for ; Tue, 24 Feb 2009 01:53:19 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752259AbZBXBxT (ORCPT ); Mon, 23 Feb 2009 20:53:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752855AbZBXBxT (ORCPT ); Mon, 23 Feb 2009 20:53:19 -0500 Received: from mga01.intel.com ([192.55.52.88]:44253 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752259AbZBXBxT (ORCPT ); Mon, 23 Feb 2009 20:53:19 -0500 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 23 Feb 2009 17:46:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.38,256,1233561600"; d="scan'208";a="433563323" Received: from rzhang-dt.sh.intel.com (HELO [10.239.36.213]) ([10.239.36.213]) by fmsmga002.fm.intel.com with ESMTP; 23 Feb 2009 17:49:10 -0800 Subject: [PATCH] eeepc-laptop: fix a build error From: Zhang Rui To: Len Brown Cc: linux-acpi , Ingo Molnar , Matthew Garrett , "Zhang, Rui" , corentincj@iksaif.net Date: Tue, 24 Feb 2009 09:53:23 +0800 Message-Id: <1235440403.32297.117.camel@rzhang-dt> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 (2.22.1-2.fc9) Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org Fix a build error of the eeepc-laptop driver. http://bugzilla.kernel.org/show_bug.cgi?id=12501 http://lkml.org/lkml/2009/1/14/315 CC: Ingo Molnar CC: Matthew Garrett CC: Corentin Chary Signed-off-by: Zhang Rui --- drivers/platform/x86/Kconfig | 1 + 1 file changed, 1 insertion(+) -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: linux-2.6/drivers/platform/x86/Kconfig =================================================================== --- linux-2.6.orig/drivers/platform/x86/Kconfig +++ linux-2.6/drivers/platform/x86/Kconfig @@ -301,6 +301,7 @@ config INTEL_MENLOW config EEEPC_LAPTOP tristate "Eee PC Hotkey Driver (EXPERIMENTAL)" depends on ACPI + depends on INPUT depends on EXPERIMENTAL select BACKLIGHT_CLASS_DEVICE select HWMON