[source] rtc-rv5c386a: fix include path for bcm47xx_nvram.h
LEDE Commits
lede-commits at lists.infradead.org
Wed Nov 30 03:47:34 PST 2016
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/f2010b0929f09a83f54c260ba7006325118ad95a
commit f2010b0929f09a83f54c260ba7006325118ad95a
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Wed Nov 30 12:37:15 2016 +0100
rtc-rv5c386a: fix include path for bcm47xx_nvram.h
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
package/kernel/rtc-rv5c386a/src/rtc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/rtc-rv5c386a/src/rtc.c b/package/kernel/rtc-rv5c386a/src/rtc.c
index 2fc6f09..96dc56e 100644
--- 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. */
More information about the lede-commits
mailing list