diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-03-20 15:34:14 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-04-04 11:07:08 +0300 |
commit | bd01386e2c28c8565937a7a13129c30757db9bc5 (patch) | |
tree | ccd739b72d6107ac23fb89b5ba0858d063bc1012 /drivers/rtc/rtc-goldfish.c | |
parent | 5e2954fd8e3f4e01cb7315e9950fb772b9402130 (diff) | |
download | linux-bd01386e2c28c8565937a7a13129c30757db9bc5.tar.xz |
rtc: goldfish: sort headers
Sort headers alphabetically.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc/rtc-goldfish.c')
-rw-r--r-- | drivers/rtc/rtc-goldfish.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-goldfish.c b/drivers/rtc/rtc-goldfish.c index 354a1aa58495..23301e15992c 100644 --- a/drivers/rtc/rtc-goldfish.c +++ b/drivers/rtc/rtc-goldfish.c @@ -14,10 +14,10 @@ * */ +#include <linux/io.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/rtc.h> -#include <linux/io.h> #define TIMER_TIME_LOW 0x00 /* get low bits of current time */ /* and update TIMER_TIME_HIGH */ |