From patchwork Fri Apr 6 07:33:28 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: kernel test robot X-Patchwork-Id: 10325729 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E1CB26053F for ; Fri, 6 Apr 2018 07:33:49 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D09FA294A1 for ; Fri, 6 Apr 2018 07:33:49 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C5297294A3; Fri, 6 Apr 2018 07:33:49 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 48785294A1 for ; Fri, 6 Apr 2018 07:33:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751276AbeDFHdr (ORCPT ); Fri, 6 Apr 2018 03:33:47 -0400 Received: from mga01.intel.com ([192.55.52.88]:48150 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750807AbeDFHdr (ORCPT ); Fri, 6 Apr 2018 03:33:47 -0400 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Apr 2018 00:33:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,414,1517904000"; d="scan'208";a="29976066" Received: from bee.sh.intel.com (HELO bee) ([10.239.97.14]) by fmsmga007.fm.intel.com with ESMTP; 06 Apr 2018 00:33:45 -0700 Received: from kbuild by bee with local (Exim 4.84_2) (envelope-from ) id 1f4LsW-000Kip-Uk; Fri, 06 Apr 2018 15:33:44 +0800 Date: Fri, 6 Apr 2018 15:33:28 +0800 From: kbuild test robot To: Benjamin Tissoires Cc: kbuild-all@01.org, Dmitry Torokhov , kt.liao@emc.com.tw, Oliver Haessler , Benjamin Berg , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Benjamin Tissoires Subject: [RFC PATCH] Input: elantech_query_info() can be static Message-ID: <20180406073328.GA79481@lkp-ib04> References: <20180405132537.3218-5-benjamin.tissoires@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20180405132537.3218-5-benjamin.tissoires@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: fengguang.wu@intel.com X-SA-Exim-Scanned: No (on bee); SAEximRunCond expanded to false Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Fixes: 3fedcdbcc4b9 ("Input: elantech - split device info into a separate structure") Signed-off-by: Fengguang Wu --- elantech.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/input/mouse/elantech.c b/drivers/input/mouse/elantech.c index d485664..980dfd7 100644 --- a/drivers/input/mouse/elantech.c +++ b/drivers/input/mouse/elantech.c @@ -1662,8 +1662,8 @@ static int elantech_set_properties(struct elantech_device_info *info) return 0; } -int elantech_query_info(struct psmouse *psmouse, - struct elantech_device_info *info) +static int elantech_query_info(struct psmouse *psmouse, + struct elantech_device_info *info) { unsigned char param[3];