From: Alexandre Belloni Date: Fri, 24 Jul 2015 13:50:23 +0000 (+0200) Subject: rtc: rx8025: remove useless headers and reorder them X-Git-Tag: v4.3-rc1~49^2~40 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=15d3bdc23eb54c50b2a5f143325fe83c3ab0dd27;p=linux.git rtc: rx8025: remove useless headers and reorder them Remove the useless includes and order the remaining ones alphabetically. Signed-off-by: Alexandre Belloni --- diff --git a/drivers/rtc/rtc-rx8025.c b/drivers/rtc/rtc-rx8025.c index 6fe87702fcff..a943e1c08263 100644 --- a/drivers/rtc/rtc-rx8025.c +++ b/drivers/rtc/rtc-rx8025.c @@ -18,13 +18,10 @@ * modify it under the terms of the GNU General Public License * version 2 as published by the Free Software Foundation. */ -#include -#include -#include -#include #include #include -#include +#include +#include #include /* Register definitions */