rtc-rv5c386a: fix compilation for kernel >= 3.4
SVN-Revision: 34938
This commit is contained in:
parent
190c566210
commit
1d50d60fc0
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue