From: hauke Date: Sun, 30 Dec 2012 15:32:53 +0000 (+0000) Subject: rtc-rv5c386a: fix compilation for kernel >= 3.4 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=d3a33224ce2651c79beb6cc00b4b9eda63997196;p=openwrt.git rtc-rv5c386a: fix compilation for kernel >= 3.4 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34938 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 #include +#if LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0) #include +#endif #include #include