提交 4b3a6a3a 编写于 作者: A Alexandre Belloni

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: NAlexandre Belloni <alexandre.belloni@bootlin.com>
上级 eb2bccb7
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册