diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-07-24 15:50:23 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-09-05 13:19:11 +0200 |
commit | 15d3bdc23eb54c50b2a5f143325fe83c3ab0dd27 (patch) | |
tree | 3ba87d00078d21fda51c297385228dba95966988 /drivers/rtc | |
parent | 824625d3926f0caf4753426d2b24a8fc08a406c8 (diff) | |
download | blackbird-op-linux-15d3bdc23eb54c50b2a5f143325fe83c3ab0dd27.tar.gz blackbird-op-linux-15d3bdc23eb54c50b2a5f143325fe83c3ab0dd27.zip |
rtc: rx8025: remove useless headers and reorder them
Remove the useless includes and order the remaining ones alphabetically.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'drivers/rtc')
-rw-r--r-- | drivers/rtc/rtc-rx8025.c | 7 |
1 files changed, 2 insertions, 5 deletions
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 <linux/kernel.h> -#include <linux/module.h> -#include <linux/slab.h> -#include <linux/init.h> #include <linux/bcd.h> #include <linux/i2c.h> -#include <linux/list.h> +#include <linux/kernel.h> +#include <linux/module.h> #include <linux/rtc.h> /* Register definitions */ |