mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
rtc-rv5c386a: fix compilation for kernel >= 3.4
SVN-Revision: 34938
This commit is contained in:
parent
190c566210
commit
1d50d60fc0
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user