Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp4930978imm; Tue, 16 Oct 2018 02:21:36 -0700 (PDT) X-Google-Smtp-Source: ACcGV62PslRLatVjebt6Nmoolq3PLlUAvrTL3Jd/o8LNPYJcEmJY0un8fwel58pQVQ14/8EVrjZu X-Received: by 2002:a17:902:43a4:: with SMTP id j33-v6mr9122161pld.131.1539681696516; Tue, 16 Oct 2018 02:21:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539681696; cv=none; d=google.com; s=arc-20160816; b=y592tKTLuie+2mU3PVcsn1iwxrFww7K7rc91V9iTJzfASkhTH0uI5G42T0HScgse65 wIuhvLjrqgRKw8gEmvO0RTWucZs7/5yjFfxLuEs9QrTo0T9dTzwqfubogMG9XbE+K6bS +YqHDGqVbxlL4qd1B/DxcqJHS/CYt3/j9DOxsbSse40oVKWtJizq9Ny8+tMD0jZSN3Fz LTFzv/iAz4kPSIb+oqqctffUJM/Ud6o3anDYRW2jkSVTEY/G9jyyVmcN6WeME4Eooa7J IUTFRTaTmn8qle9mNvzy8mNPvH1MAdXw/oGNZRQzL2l/53CHL11MtFndJOaqyGnoFyvD JFKQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=MfeLMA9Cke78McwFNI9HEYIjW4uvOGyHNRMVcya1Ojs=; b=JAusK/7T7uOrmrtcS//DJ/6fXeW/oWiAQfmTqD+lqpx+BdnYKg0+kPTrCSVdnespr1 6OXF/V+jkwOjykZOYzszcefsHaT8xqcvxEG6Mhtjdhhc0VlJl5pvzTnlg0ClQ0m7EvDb nu8ez2oeUqENr6jSu4gjhbETVfHT8rNuyybZB80eCTyKq9DE2Ikt6Qiefj6U5fxXOSn0 zcaETNbNAYeI8aSv7Ivmxg5A1I+4he7WYTTU0Z8Vb6gxWeXXH1gGHf/RIpQomRzgioTS Yr5CB+40GssdJMS2IDL96ztc7mgT3JTCLg3KKXtTnXo/ltUFFGBqHAz0MExotRd3kkqf /ymw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v13-v6si13899556pfc.257.2018.10.16.02.21.21; Tue, 16 Oct 2018 02:21:36 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727494AbeJPRJt (ORCPT + 99 others); Tue, 16 Oct 2018 13:09:49 -0400 Received: from mga07.intel.com ([134.134.136.100]:8740 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727045AbeJPRJt (ORCPT ); Tue, 16 Oct 2018 13:09:49 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Oct 2018 02:20:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,388,1534834800"; d="scan'208";a="81809970" Received: from sgsxdev001.isng.intel.com (HELO localhost) ([10.226.88.11]) by orsmga008.jf.intel.com with ESMTP; 16 Oct 2018 02:20:16 -0700 From: Songjun Wu To: yixin.zhu@linux.intel.com, chuanhua.lei@linux.intel.com, hauke.mehrtens@intel.com Cc: gregkh@linuxfoundation.org, paul.burton@mips.com, jslaby@suse.com, Songjun Wu , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org Subject: [RESEND PATCH 10/14] serial: lantiq: Reorder the head files Date: Tue, 16 Oct 2018 17:19:11 +0800 Message-Id: <20181016091915.19909-11-songjun.wu@linux.intel.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20181016091915.19909-1-songjun.wu@linux.intel.com> References: <20181016091915.19909-1-songjun.wu@linux.intel.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Reorder the head files according to the coding style. Signed-off-by: Songjun Wu --- drivers/tty/serial/lantiq.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/drivers/tty/serial/lantiq.c b/drivers/tty/serial/lantiq.c index 88210de00f35..c983694ba24d 100644 --- a/drivers/tty/serial/lantiq.c +++ b/drivers/tty/serial/lantiq.c @@ -8,22 +8,22 @@ * Copyright (C) 2010 Thomas Langer, */ -#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 +#include +#include +#include #include -- 2.11.0