소스 검색

rtc-rv5c386a: fix include path for bcm47xx_nvram.h

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 9 년 전
부모
커밋
f2010b0929
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package/kernel/rtc-rv5c386a/src/rtc.c

+ 1 - 1
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.  */