]> 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>
Wed, 20 Mar 2013 04:23:14 +0000 (15:23 +1100)
commit46ae83b7e43756f5e8160b43001c2fb2c7344644
treedc1b28e7e3c2f982b0c2774e0338e5597fcec649
parent2f1eece4c1487351426779a0cf7e84c1879109a3
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