projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ce46f3
)
fixup! rtc: ep93xx: add DT support for Cirrus EP93xx
author
Nikita Shubin
<nikita.shubin@maquefel.me>
Sun, 21 May 2023 17:08:41 +0000
(20:08 +0300)
committer
Nikita Shubin
<nikita.shubin@maquefel.me>
Sun, 21 May 2023 17:08:41 +0000
(20:08 +0300)
drivers/rtc/rtc-ep93xx.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-ep93xx.c
b/drivers/rtc/rtc-ep93xx.c
index 8bda20a4940acc424bad00883bc85d8bdd46dc1f..29eab8aa4f88ea8053fde74f35da5537fec2c96a 100644
(file)
--- a/
drivers/rtc/rtc-ep93xx.c
+++ b/
drivers/rtc/rtc-ep93xx.c
@@
-7,8
+7,8
@@
*/
#include <linux/module.h>
+#include <linux/mod_devicetable.h>
#include <linux/rtc.h>
-#include <linux/of.h>
#include <linux/platform_device.h>
#include <linux/io.h>
#include <linux/gfp.h>