projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59261cb
)
rtc-rv5c386a: fix include path for bcm47xx_nvram.h
author
Felix Fietkau
<nbd@nbd.name>
Wed, 30 Nov 2016 11:37:15 +0000
(12:37 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Wed, 30 Nov 2016 11:47:25 +0000
(12:47 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/kernel/rtc-rv5c386a/src/rtc.c
patch
|
blob
|
history
diff --git
a/package/kernel/rtc-rv5c386a/src/rtc.c
b/package/kernel/rtc-rv5c386a/src/rtc.c
index 2fc6f093cf6bf017fc1711b8e91880fceaef918a..96dc56eb36f500dc308584e1b52eee2e3860e229 100644
(file)
--- a/
package/kernel/rtc-rv5c386a/src/rtc.c
+++ b/
package/kernel/rtc-rv5c386a/src/rtc.c
@@
-62,7
+62,7
@@
#endif
#include <bcm47xx.h>
-#include <bcm47xx_nvram.h>
+#include <
linux/
bcm47xx_nvram.h>
#define RTC_IS_OPEN 0x01 /* Means /dev/rtc is in use. */