mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
rtc-rv5c386a: fix compilation for kernel >= 3.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34938 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
acbd0b6c21
commit
b3759e07e0
@ -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