From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754660AbbIOOjb (ORCPT ); Tue, 15 Sep 2015 10:39:31 -0400 Received: from mga01.intel.com ([192.55.52.88]:10630 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753139AbbIOOe5 (ORCPT ); Tue, 15 Sep 2015 10:34:57 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,536,1437462000"; d="scan'208";a="805620015" 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 v6 1/9] Input: goodix - sort includes alphabetically Date: Tue, 15 Sep 2015 17:31:15 +0300 Message-Id: <1442327483-19407-2-git-send-email-irina.tirdea@intel.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1442327483-19407-1-git-send-email-irina.tirdea@intel.com> References: <1442327483-19407-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 Acked-by: Bastien Nocera --- drivers/input/touchscreen/goodix.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c index e36162b..6ae28c5 100644 --- a/drivers/input/touchscreen/goodix.c +++ b/drivers/input/touchscreen/goodix.c @@ -14,18 +14,18 @@ * 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 struct goodix_ts_data { -- 1.9.1