From: Fabio Estevam Date: Tue, 8 Oct 2019 17:14:41 +0000 (-0700) Subject: Input: pixcir_i2c_ts - keep header files sorted X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=12e7425a69fd97785f6d6835c2de0e72a9a48918;p=linux.git Input: pixcir_i2c_ts - keep header files sorted Keep the header files in alphabetical order to keep it more organized. Signed-off-by: Fabio Estevam Reviewed-by: Roger Quadros Tested-by: Michal Vokáč Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/touchscreen/pixcir_i2c_ts.c b/drivers/input/touchscreen/pixcir_i2c_ts.c index acc9504aa35ba..f22b2e7be2bec 100644 --- a/drivers/input/touchscreen/pixcir_i2c_ts.c +++ b/drivers/input/touchscreen/pixcir_i2c_ts.c @@ -5,17 +5,17 @@ * Copyright (C) 2010-2011 Pixcir, Inc. */ +#include #include -#include -#include -#include +#include #include #include #include #include -#include +#include #include -#include +#include +#include #define PIXCIR_MAX_SLOTS 5 /* Max fingers supported by driver */