Received: by 10.223.185.116 with SMTP id b49csp1126785wrg; Fri, 23 Feb 2018 12:23:54 -0800 (PST) X-Google-Smtp-Source: AH8x227UjGCcsQkKCqWrF2GnzZn2U7ZELzU6RpTljU3PzvnA1j0NMD0l1B4CPaljPBnx5fZxF+wf X-Received: by 2002:a17:902:595d:: with SMTP id e29-v6mr2793031plj.189.1519417434800; Fri, 23 Feb 2018 12:23:54 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519417434; cv=none; d=google.com; s=arc-20160816; b=W/fQH/uQJKTEF+3L0kpmlkdVJ0dg6HXPkcKTUtfsoX+50qM1ocl5/X7Bl3CtfJHvBm gY7YfYHtutkUqktvJMrvT2QL5WoLa8OeWx+UnG2I+IJVqITo4af9ykwajpDCREP/ohkB YwwvcSZIv/2EvaD2689TP1zEMTo5xWcMir9XjDZJLzvrat8aorsBB65W7NYRPLE2E3Rs 50Vtm/BbyFvzuWtNEhqrmFUnEZXya6XdciM0t8Y0bn9MgEm2OcbRq3cIF49KIlROhW5i 6N2PJtTmtV4EWYs0GQnc398pVkhrI5ZGtp45UJTcMu5/ZwKkcZyVBQUk7RhMtLZkON9V lDWQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=tPW34p73PA6s7B8JYTG6+p309lTdiMsIuzbv48ORb2U=; b=wOCqrUo228DiYWBnRF1ZBTeG9sOpZmtUu2IWhlLZU9s6bu5O8DlM3Kb84xgUe3VbH3 m7j4faJBhT2/Ul18/irQoBL08CtxJJMmT1apTtNFXU+kMxXfdSg24DKq47xW1WLRUZa0 bZkY3BvNN5sB9YcyMKuD1fg9yfnRHapfTX20u7/NjS7KoE2U9IwlCpJlNTQ48pKllwSh rwd/EyXUNlZHM017LcY/pn4BKiWg5a6Xku8bz1xhuFEWjNHyK/ArbMu6Qgbvf/iFi3nG TqbgXmC9QFtoG87JKhMRmXjf00WNw9LbbHNO2j7LrPgss+t4WqNeguXnOBEODJW0Nxmf 79Ng== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r13-v6si2339632plj.141.2018.02.23.12.23.40; Fri, 23 Feb 2018 12:23:54 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755141AbeBWUVy (ORCPT + 99 others); Fri, 23 Feb 2018 15:21:54 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:39378 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932409AbeBWSij (ORCPT ); Fri, 23 Feb 2018 13:38:39 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 57C9110C4; Fri, 23 Feb 2018 18:38:38 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Randy Dunlap Subject: [PATCH 4.4 129/193] staging: unisys: visorinput depends on INPUT Date: Fri, 23 Feb 2018 19:26:02 +0100 Message-Id: <20180223170346.093070420@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180223170325.997716448@linuxfoundation.org> References: <20180223170325.997716448@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.4-stable review patch. If anyone has any objections, please let me know. ------------------ From: Randy Dunlap commit 82ddecfe8de54331bafe2d0ff526739fd0980190 upstream. Fix build errors by limiting UNISYS_VISORINPUT to the INPUT kconfig setting. drivers/built-in.o: In function `visorinput_remove': visorinput.c:(.text+0x20802e): undefined reference to `input_unregister_device' drivers/built-in.o: In function `visorinput_probe': visorinput.c:(.text+0x208177): undefined reference to `input_allocate_device' visorinput.c:(.text+0x208241): undefined reference to `input_register_device' visorinput.c:(.text+0x20824d): undefined reference to `input_free_device' visorinput.c:(.text+0x208286): undefined reference to `input_allocate_device' visorinput.c:(.text+0x208302): undefined reference to `input_set_abs_params' visorinput.c:(.text+0x20831a): undefined reference to `input_set_abs_params' visorinput.c:(.text+0x20833f): undefined reference to `input_register_device' visorinput.c:(.text+0x20834b): undefined reference to `input_free_device' visorinput.c:(.text+0x20835f): undefined reference to `input_set_capability' drivers/built-in.o: In function `visorinput_channel_interrupt': visorinput.c:(.text+0x20851e): undefined reference to `input_event' visorinput.c:(.text+0x20862c): undefined reference to `input_event' drivers/built-in.o: In function `input_report_key': visorinput.c:(.text+0x207fd1): undefined reference to `input_event' drivers/built-in.o: In function `input_sync': visorinput.c:(.text+0x207fdc): undefined reference to `input_event' Signed-off-by: Randy Dunlap Signed-off-by: Greg Kroah-Hartman --- drivers/staging/unisys/visorinput/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/staging/unisys/visorinput/Kconfig +++ b/drivers/staging/unisys/visorinput/Kconfig @@ -4,7 +4,7 @@ config UNISYS_VISORINPUT tristate "Unisys visorinput driver" - depends on UNISYSSPAR && UNISYS_VISORBUS && FB + depends on UNISYSSPAR && UNISYS_VISORBUS && FB && INPUT ---help--- If you say Y here, you will enable the Unisys visorinput driver.