From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: [PATCH v3 02/13] spi: atmel-quadspi: order header files inclusion alphabetically Date: Sat, 2 Feb 2019 04:07:16 +0000 Message-ID: <20190202040653.1217-3-tudor.ambarus@microchip.com> References: <20190202040653.1217-1-tudor.ambarus@microchip.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: , , , , , To: , , , , , , , , Return-path: In-Reply-To: <20190202040653.1217-1-tudor.ambarus@microchip.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-spi.vger.kernel.org From: Tudor Ambarus Cosmetic change, no functional change. Signed-off-by: Tudor Ambarus Reviewed-by: Boris Brezillon --- v3: no change v2: collect R-b drivers/spi/atmel-quadspi.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/spi/atmel-quadspi.c b/drivers/spi/atmel-quadspi.c index 645284c6ec9a..feeddcb25e1f 100644 --- a/drivers/spi/atmel-quadspi.c +++ b/drivers/spi/atmel-quadspi.c @@ -22,16 +22,15 @@ * This driver is based on drivers/mtd/spi-nor/fsl-quadspi.c from Freescal= e. */ =20 -#include #include -#include -#include #include #include #include -#include - #include +#include +#include +#include +#include #include =20 /* QSPI register offsets */ --=20 2.9.5