From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754447AbZBTQ3j (ORCPT ); Fri, 20 Feb 2009 11:29:39 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752631AbZBTQ3a (ORCPT ); Fri, 20 Feb 2009 11:29:30 -0500 Received: from rcsinet11.oracle.com ([148.87.113.123]:45643 "EHLO rgminet11.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752552AbZBTQ33 (ORCPT ); Fri, 20 Feb 2009 11:29:29 -0500 Date: Fri, 20 Feb 2009 08:30:07 -0800 From: Randy Dunlap To: lkml , linux-next@vger.kernel.org Cc: lenb@kernel.org, Matthew Garrett Subject: [PATCH] oqo: depends on INPUT_POLLDEV Message-Id: <20090220083007.7bd0a153.randy.dunlap@oracle.com> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.6.0 (GTK+ 2.12.0; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Source-IP: acsmt707.oracle.com [141.146.40.85] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090208.499EDA59.0064:SCFSTAT928724,ss=1,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch (from 2009-feb-10) is still needed in today's linux-next. Begin forwarded message: Date: Tue, 10 Feb 2009 09:53:19 -0800 From: Randy Dunlap To: lkml , akpm Cc: linux-next@vger.kernel.org, Matthew Garrett Subject: [PATCH] oqo: depends on INPUT_POLLDEV From: Randy Dunlap oqo driver uses polled input functions, so make it depend on INPUT_POLLDEV. ERROR: "input_register_polled_device" [drivers/platform/x86/oqo-wmi.ko] undefined! ERROR: "input_allocate_polled_device" [drivers/platform/x86/oqo-wmi.ko] undefined! ERROR: "input_free_polled_device" [drivers/platform/x86/oqo-wmi.ko] undefined! ERROR: "input_unregister_polled_device" [drivers/platform/x86/oqo-wmi.ko] undefined! Signed-off-by: Randy Dunlap cc: Matthew Garrett --- drivers/platform/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20090210.orig/drivers/platform/x86/Kconfig +++ linux-next-20090210/drivers/platform/x86/Kconfig @@ -137,7 +137,7 @@ config MSI_LAPTOP config OQO_WMI tristate "OQO WMI extras" depends on ACPI_WMI - depends on INPUT + depends on INPUT && INPUT_POLLDEV depends on RFKILL depends on BACKLIGHT_CLASS_DEVICE help