From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753220AbbIGOhp (ORCPT ); Mon, 7 Sep 2015 10:37:45 -0400 Received: from mga02.intel.com ([134.134.136.20]:48488 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751157AbbIGOhk (ORCPT ); Mon, 7 Sep 2015 10:37:40 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,485,1437462000"; d="scan'208";a="799484680" 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 v5 1/9] Input: goodix - sort includes alphabetically Date: Mon, 7 Sep 2015 17:36:15 +0300 Message-Id: <1441636583-14188-2-git-send-email-irina.tirdea@intel.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1441636583-14188-1-git-send-email-irina.tirdea@intel.com> References: <1441636583-14188-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 | 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