瀏覽代碼

rtc: isl1208: don't include core header file

The core header file is reserved for the core, stop including it.

Also reorder includes alphabetically.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Alexandre Belloni 6 年之前
父節點
當前提交
4b3a6a3ac5
共有 1 個文件被更改,包括 3 次插入4 次删除
  1. 3 4
      drivers/rtc/rtc-isl1208.c

+ 3 - 4
drivers/rtc/rtc-isl1208.c

@@ -10,12 +10,11 @@
  *
  */
 
-#include <linux/module.h>
-#include <linux/i2c.h>
 #include <linux/bcd.h>
-#include <linux/rtc.h>
-#include "rtc-core.h"
+#include <linux/i2c.h>
+#include <linux/module.h>
 #include <linux/of_irq.h>
+#include <linux/rtc.h>
 
 /* Register map */
 /* rtc section */