From 4b9b00734b0ae64f49753e246e9c754009e08278 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Fri, 29 Nov 2013 01:51:22 +0100 Subject: [PATCH] i2c: pca954x: Sort headers alphabetically This helps avoiding duplicate includes. Signed-off-by: Laurent Pinchart Signed-off-by: Wolfram Sang --- drivers/i2c/muxes/i2c-mux-pca954x.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/i2c/muxes/i2c-mux-pca954x.c b/drivers/i2c/muxes/i2c-mux-pca954x.c index bad5b84a5985..ce740f1e027b 100644 --- a/drivers/i2c/muxes/i2c-mux-pca954x.c +++ b/drivers/i2c/muxes/i2c-mux-pca954x.c @@ -35,14 +35,13 @@ * warranty of any kind, whether express or implied. */ -#include -#include -#include #include #include #include - #include +#include +#include +#include #define PCA954X_MAX_NCHANS 8 -- 2.34.1