提交 15d3bdc2 编写于 作者: A Alexandre Belloni

rtc: rx8025: remove useless headers and reorder them

Remove the useless includes and order the remaining ones alphabetically.
Signed-off-by: NAlexandre Belloni <alexandre.belloni@free-electrons.com>
上级 824625d3
...@@ -18,13 +18,10 @@ ...@@ -18,13 +18,10 @@
* modify it under the terms of the GNU General Public License * modify it under the terms of the GNU General Public License
* version 2 as published by the Free Software Foundation. * 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/bcd.h>
#include <linux/i2c.h> #include <linux/i2c.h>
#include <linux/list.h> #include <linux/kernel.h>
#include <linux/module.h>
#include <linux/rtc.h> #include <linux/rtc.h>
/* Register definitions */ /* Register definitions */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册