From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756025AbbJHKVp (ORCPT ); Thu, 8 Oct 2015 06:21:45 -0400 Received: from mga09.intel.com ([134.134.136.24]:52181 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755991AbbJHKVF (ORCPT ); Thu, 8 Oct 2015 06:21:05 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,654,1437462000"; d="scan'208";a="787492658" From: Irina Tirdea To: Dmitry Torokhov , Bastien Nocera , Aleksei Mamlin , linux-input@vger.kernel.org Cc: Mark Rutland , Octavian Purdila , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Irina Tirdea Subject: [PATCH v7 9/9] Input: goodix - sort includes using inverse Xmas tree order Date: Thu, 8 Oct 2015 13:19:35 +0300 Message-Id: <1444299575-17417-10-git-send-email-irina.tirdea@intel.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1444299575-17417-1-git-send-email-irina.tirdea@intel.com> References: <1444299575-17417-1-git-send-email-irina.tirdea@intel.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Irina Tirdea --- drivers/input/touchscreen/goodix.c | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c index 7f0da7e..1f0625a 100644 --- a/drivers/input/touchscreen/goodix.c +++ b/drivers/input/touchscreen/goodix.c @@ -14,21 +14,22 @@ * Software Foundation; version 2 of the License. */ -#include -#include +#include +#include #include -#include -#include -#include #include +#include #include #include -#include -#include -#include +#include #include +#include +#include +#include +#include +#include #include -#include + #include struct goodix_ts_data { -- 1.9.1