]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
rtc: rx8025: remove useless headers and reorder them
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Fri, 24 Jul 2015 13:50:23 +0000 (15:50 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Sat, 5 Sep 2015 11:19:11 +0000 (13:19 +0200)
Remove the useless includes and order the remaining ones alphabetically.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-rx8025.c

index 6fe87702fcff3f25d8befe6ed1e12b6bde65fa96..a943e1c08263737911c20474b5d4df0f7b502d82 100644 (file)
  * 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 */