Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 15d3bdc2 authored by Alexandre Belloni's avatar Alexandre Belloni
Browse files

rtc: rx8025: remove useless headers and reorder them



Remove the useless includes and order the remaining ones alphabetically.

Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent 824625d3
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -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 */