diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-07-24 09:50:23 -0400 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-09-05 07:19:11 -0400 |
commit | 15d3bdc23eb54c50b2a5f143325fe83c3ab0dd27 (patch) | |
tree | 3ba87d00078d21fda51c297385228dba95966988 /drivers/rtc | |
parent | 824625d3926f0caf4753426d2b24a8fc08a406c8 (diff) |
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 @@ | |||
18 | * modify it under the terms of the GNU General Public License | 18 | * modify it under the terms of the GNU General Public License |
19 | * version 2 as published by the Free Software Foundation. | 19 | * version 2 as published by the Free Software Foundation. |
20 | */ | 20 | */ |
21 | #include <linux/kernel.h> | ||
22 | #include <linux/module.h> | ||
23 | #include <linux/slab.h> | ||
24 | #include <linux/init.h> | ||
25 | #include <linux/bcd.h> | 21 | #include <linux/bcd.h> |
26 | #include <linux/i2c.h> | 22 | #include <linux/i2c.h> |
27 | #include <linux/list.h> | 23 | #include <linux/kernel.h> |
24 | #include <linux/module.h> | ||
28 | #include <linux/rtc.h> | 25 | #include <linux/rtc.h> |
29 | 26 | ||
30 | /* Register definitions */ | 27 | /* Register definitions */ |