From patchwork Sun Dec 16 20:55:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: rtc: imx dryice: Must include From: Jean Delvare X-Patchwork-Id: 206739 Message-Id: <20121216215540.2b7abe15@endymion.delvare> To: Alessandro Zummo Cc: Sascha Hauer , rtc-linux@googlegroups.com, LKML Date: Sun, 16 Dec 2012 21:55:40 +0100 Add the missing header include for spinlocks, to avoid potential build failures on specific architectures or configurations. Signed-off-by: Jean Delvare Acked-by: Sascha Hauer --- drivers/rtc/rtc-imxdi.c | 1 + 1 file changed, 1 insertion(+) --- linux-3.8-rc0.orig/drivers/rtc/rtc-imxdi.c 2012-12-16 21:23:57.415274494 +0100 +++ linux-3.8-rc0/drivers/rtc/rtc-imxdi.c 2012-12-16 21:50:48.324778700 +0100 @@ -36,6 +36,7 @@ #include #include #include +#include #include /* DryIce Register Definitions */