rtc-rv5c386a: fix include path for bcm47xx_nvram.h

Signed-off-by: Felix Fietkau <nbd@nbd.name>
master
Felix Fietkau 8 years ago
parent 59261cbf38
commit f2010b0929
  1. 2
      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. */

Loading…
Cancel
Save