From: Olof Johansson Date: Tue, 26 Mar 2013 23:25:31 +0000 (+1100) Subject: drivers-rtc-rtc-pxac-fix-set-time-sync-time-issue-fix X-Git-Tag: next-20130404~3^2~207 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=29effb209400a16c1cb4a031d4927ac3ef94f9d4;p=karo-tx-linux.git 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 Cc: Leo Song Signed-off-by: Andrew Morton --- diff --git a/drivers/rtc/rtc-pxa.c b/drivers/rtc/rtc-pxa.c index f5d9b342d3cd..72e13dafa901 100644 --- a/drivers/rtc/rtc-pxa.c +++ b/drivers/rtc/rtc-pxa.c @@ -19,6 +19,7 @@ * */ +#include #include #include #include