瀏覽代碼

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>
Alexandre Belloni 10 年之前
父節點
當前提交
15d3bdc23e
共有 1 個文件被更改,包括 2 次插入5 次删除
  1. 2 5
      drivers/rtc/rtc-rx8025.c

+ 2 - 5
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 */