From patchwork Wed Jun 21 03:50:43 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Yafei X-Patchwork-Id: 9800647 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 E20FB60234 for ; Wed, 21 Jun 2017 03:50:54 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C0C9D283AF for ; Wed, 21 Jun 2017 03:50:54 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B2FF528505; Wed, 21 Jun 2017 03:50:54 +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=-6.9 required=2.0 tests=BAYES_00,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 DE51D283AF for ; Wed, 21 Jun 2017 03:50:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751803AbdFUDux (ORCPT ); Tue, 20 Jun 2017 23:50:53 -0400 Received: from Mailgw01.goodix.com ([58.250.26.195]:2226 "EHLO barracuda.goodix.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751135AbdFUDuw (ORCPT ); Tue, 20 Jun 2017 23:50:52 -0400 X-ASG-Debug-ID: 1498017045-097d2743cf256420001-vblZzk Received: from mail.goodix.com (sz-excas01.goodix.com [192.168.0.135]) by barracuda.goodix.com with ESMTP id ITOOJUwLsB44589c for ; Wed, 21 Jun 2017 11:50:45 +0800 (CST) X-Barracuda-Envelope-From: wangyafei@goodix.com X-Barracuda-RBL-Trusted-Forwarder: 192.168.0.135 Received: from andrew-dell (172.18.64.169) by SZ-EXCAS01.goodix.com (192.168.0.137) with Microsoft SMTP Server (TLS) id 14.3.123.3; Wed, 21 Jun 2017 11:50:45 +0800 Date: Wed, 21 Jun 2017 11:50:43 +0800 X-Barracuda-RBL-Trusted-Forwarder: 192.168.0.137 From: Wang Yafei To: CC: , Subject: [PATCH] Nothing changed Message-ID: <20170621035043.GA6481@andrew-dell> X-ASG-Orig-Subj: [PATCH] Nothing changed MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-Originating-IP: [172.18.64.169] X-Barracuda-Connect: sz-excas01.goodix.com[192.168.0.135] X-Barracuda-Start-Time: 1498017045 X-Barracuda-URL: https://mailgw.goodix.com:443/cgi-mod/mark.cgi X-Barracuda-Scan-Msg-Size: 607 X-Virus-Scanned: by bsmtpd at goodix.com X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 1.00 X-Barracuda-Spam-Status: No, SCORE=1.00 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=9.0 tests=BSF_RULE7568M, BSF_SC0_MISMATCH_TO, BSF_SC0_SA_TO_FROM_ADDR_MATCH X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.40035 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- 0.00 BSF_SC0_MISMATCH_TO Envelope rcpt doesn't match header 0.50 BSF_RULE7568M Custom Rule 7568M 0.50 BSF_SC0_SA_TO_FROM_ADDR_MATCH Sender Address Matches Recipient Address 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 please ignore this mail Signed-off-by: Wang Yafei --- drivers/input/touchscreen/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/input/touchscreen/Makefile b/drivers/input/touchscreen/Makefile index d9408c0..0bbeb0d 100644 --- a/drivers/input/touchscreen/Makefile +++ b/drivers/input/touchscreen/Makefile @@ -6,6 +6,7 @@ wm97xx-ts-y := wm97xx-core.o + obj-$(CONFIG_TOUCHSCREEN_GOODIX_GTX5) += goodix-ts-sunrise/ obj-$(CONFIG_TOUCHSCREEN_PROPERTIES) += of_touchscreen.o obj-$(CONFIG_TOUCHSCREEN_88PM860X) += 88pm860x-ts.o