From: Olof Johansson Date: Wed, 20 Mar 2013 04:08:10 +0000 (+1100) Subject: drivers-rtc-rtc-pxac-fix-set-time-sync-time-issue-fix X-Git-Tag: next-20130322~1^2~169 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=189e6c062912ca97a5a503bfbb0d92256c8e5514;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