From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933383AbbJHO1T (ORCPT ); Thu, 8 Oct 2015 10:27:19 -0400 Received: from mga01.intel.com ([192.55.52.88]:8142 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933205AbbJHO1Q (ORCPT ); Thu, 8 Oct 2015 10:27:16 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,655,1437462000"; d="scan'208";a="576630629" From: Irina Tirdea To: Dmitry Torokhov , Bastien Nocera , Aleksei Mamlin , Arnd Bergmann , linux-input@vger.kernel.org Cc: Mark Rutland , Octavian Purdila , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Irina Tirdea Subject: [PATCH v8 9/9] Input: goodix - sort includes using inverse Xmas tree order Date: Thu, 8 Oct 2015 17:23:51 +0300 Message-Id: <1444314231-19206-10-git-send-email-irina.tirdea@intel.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1444314231-19206-1-git-send-email-irina.tirdea@intel.com> References: <1444314231-19206-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 b958b37..22bfc4b 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