aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-rx8025.c
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2015-07-24 15:50:23 +0200
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2015-09-05 13:19:11 +0200
commit15d3bdc23eb54c50b2a5f143325fe83c3ab0dd27 (patch)
tree3ba87d00078d21fda51c297385228dba95966988 /drivers/rtc/rtc-rx8025.c
parentrtc: tx4939: clean up tx4939_rtc_nvram_read()/tx4939_rtc_nvram_write() (diff)
downloadwireguard-linux-15d3bdc23eb54c50b2a5f143325fe83c3ab0dd27.tar.xz
wireguard-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/rtc-rx8025.c')
-rw-r--r--drivers/rtc/rtc-rx8025.c7
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 */