diff options
-rw-r--r-- | package/system/rtc-rv5c386a/src/rtc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/system/rtc-rv5c386a/src/rtc.c b/package/system/rtc-rv5c386a/src/rtc.c index 7c51bf4bf9..25e5331409 100644 --- a/package/system/rtc-rv5c386a/src/rtc.c +++ b/package/system/rtc-rv5c386a/src/rtc.c @@ -57,7 +57,9 @@ #include <linux/uaccess.h> #include <asm/current.h> +#if LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0) #include <asm/system.h> +#endif #include <bcm47xx.h> #include <nvram.h> |