rtc: isl1208: don't include core header file
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 19 Sep 2018 01:13:22 +0000 (03:13 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Fri, 28 Sep 2018 12:20:59 +0000 (14:20 +0200)
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>
drivers/rtc/rtc-isl1208.c

index 033f65aef5788f225fd6dffd4fa65ebe8b0f403a..ec5ef518a09b260abadc85826aa834dfb443d2a3 100644 (file)
  *
  */
 
-#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 */