]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers-rtc-rtc-pxac-fix-set-time-sync-time-issue-fix
authorOlof Johansson <olof@lixom.net>
Wed, 20 Mar 2013 04:08:10 +0000 (15:08 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 21 Mar 2013 05:34:17 +0000 (16:34 +1100)
commit31b0fd16ec6c0af7c6b6c88a2bdc1184c2d02987
tree9c1a5a74aaf8573fc35b94af10943fad25366ad2
parenta2ed9e2f25bb8031e2b1cfd58474d7a6f96a3b9b
drivers-rtc-rtc-pxac-fix-set-time-sync-time-issue-fix

The "fix set time sync time issue" adds calls to udelay(), but
doesn't add the include file. End result is build breakage:

drivers/rtc/rtc-pxa.c: In function 'pxa_rtc_set_time':
drivers/rtc/rtc-pxa.c:267:2: error: implicit declaration of function 'udelay' [-Werror=implicit-function-declaration]

Signed-off-by: Olof Johansson <olof@lixom.net>
Cc: Leo Song <liangs@marvell.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/rtc-pxa.c