From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753205AbaHENip (ORCPT ); Tue, 5 Aug 2014 09:38:45 -0400 Received: from mga09.intel.com ([134.134.136.24]:14938 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751329AbaHENin (ORCPT ); Tue, 5 Aug 2014 09:38:43 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,804,1400050800"; d="scan'208";a="554000400" Message-ID: <1407245914.30675.31.camel@acox1-desk.ger.corp.intel.com> Subject: Re: [PATCH 2/3] tty: serial: 8250: Add Mediatek UART driver From: Alan Cox To: Varka Bhadram Cc: Matthias Brugger , linux-kernel@vger.kernel.org, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, rdunlap@infradead.org, gregkh@linuxfoundation.org, jslaby@suse.cz, grant.likely@linaro.org, heikki.krogerus@linux.intel.com, paul.gortmaker@windriver.com, asierra@xes-inc.com, mwelling@ieee.org, dianders@chromium.org, m-karicheri2@ti.com, jschultz@xes-inc.com, mingo@elte.hu, balbi@ti.com, heiko@sntech.de, devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-serial@vger.kernel.org, linux-api@vger.kernel.org Date: Tue, 05 Aug 2014 14:38:34 +0100 In-Reply-To: <53E0C839.3000808@gmail.com> References: <1407236054-30994-1-git-send-email-matthias.bgg@gmail.com> <1407236054-30994-3-git-send-email-matthias.bgg@gmail.com> <53E0C633.7060600@gmail.com> <1407240147.30675.29.camel@acox1-desk.ger.corp.intel.com> <53E0C839.3000808@gmail.com> Organization: Intel Corporation Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-2.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2014-08-05 at 17:34 +0530, Varka Bhadram wrote: > On 08/05/2014 05:32 PM, Alan Cox wrote: > > On Tue, 2014-08-05 at 17:25 +0530, Varka Bhadram wrote: > >> On 08/05/2014 04:24 PM, Matthias Brugger wrote: > >> > >> (...) > >> > >>> +#include > >>> +#include > >>> +#include > >>> +#include > >>> +#include > >>> +#include > >>> +#include > >>> +#include > >>> +#include "8250.h" > >>> + > >> Better if we have includes in alphabetical order.. > > > > So 8250.h would be first and it wouldn't compile ??? > > > > Can we stick to serious critiques ? > > The local headers should be at the end of all includes Which is not alaphetical order The include ordering does not matter, please stick to actual things that matter.