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-20130320~2^2~191 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=46ae83b7e43756f5e8160b43001c2fb2c7344644;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