From patchwork Sun Dec 16 20:55:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jean Delvare X-Patchwork-Id: 206739 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from mail-bk0-f56.google.com (mail-bk0-f56.google.com [209.85.214.56]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 1436B2C0086 for ; Mon, 17 Dec 2012 07:55:53 +1100 (EST) Received: by mail-bk0-f56.google.com with SMTP id q16sf1430897bkw.11 for ; Sun, 16 Dec 2012 12:55:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=20120806; h=x-beenthere:received-spf:date:from:to:cc:subject:message-id :x-mailer:mime-version:x-original-sender :x-original-authentication-results:reply-to:precedence:mailing-list :list-id:x-google-group-id:list-post:list-help:list-archive:sender :list-subscribe:list-unsubscribe:content-type; bh=+05nXQgf07ddwusfMjm9SKbq4aY57vZlZSs8fseMNxk=; b=FQ8WHjQFYmxMgKGut6ng3KV+SWh5YI7AhhiEzEypiwUX/U1dN7b36DaeMRo3NlsGr4 TIhY0+MuYfKJFGzkylgRo04joi6uOvMjKsP8Q7TE+AeLpmUvUB0yNSrTUOmK0WCu33WW r+j6YUAT+g1OJ0Ru/d5LIfO5yT4IZ4irvpl9qgFUHsaHXDFUwzxqGyawj4ZOE3KDLe1I jMZcVHIz8C8s19meoaa3Fjo1LEwFo9mAtn8ZLk/NFgO8gKrJbeHZfRh6NPKBmEq0m3PX lbJtdR+sGQ/Ox35eX5rpc95ZSrtbCjH01rb/cVZ+Lj/qr+ciWZBpZxj1ZXBnInvTJFoB ctCg== Received: by 10.180.90.140 with SMTP id bw12mr997802wib.6.1355691349537; Sun, 16 Dec 2012 12:55:49 -0800 (PST) X-BeenThere: rtc-linux@googlegroups.com Received: by 10.180.99.135 with SMTP id eq7ls813141wib.0.gmail; Sun, 16 Dec 2012 12:55:48 -0800 (PST) Received: by 10.180.80.98 with SMTP id q2mr1785861wix.1.1355691348960; Sun, 16 Dec 2012 12:55:48 -0800 (PST) Received: by 10.180.80.98 with SMTP id q2mr1785860wix.1.1355691348948; Sun, 16 Dec 2012 12:55:48 -0800 (PST) Received: from services.gcu-squad.org (zoneX.GCU-Squad.org. [194.213.125.0]) by gmr-mx.google.com with ESMTPS id co7si366289wib.1.2012.12.16.12.55.48 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 16 Dec 2012 12:55:48 -0800 (PST) Received-SPF: neutral (google.com: 194.213.125.0 is neither permitted nor denied by best guess record for domain of khali@linux-fr.org) client-ip=194.213.125.0; Received: from jdelvare.pck.nerim.net ([62.212.121.182] helo=endymion.delvare) by services.gcu-squad.org (GCU Mailer Daemon) with esmtpsa id 1TkLFS-0007Ua-CE (TLSv1:AES128-SHA:128) (envelope-from ) ; Sun, 16 Dec 2012 21:55:46 +0100 Date: Sun, 16 Dec 2012 21:55:40 +0100 From: Jean Delvare To: Alessandro Zummo Cc: Sascha Hauer , rtc-linux@googlegroups.com, LKML Subject: [rtc-linux] [PATCH] rtc: imx dryice: Must include Message-ID: <20121216215540.2b7abe15@endymion.delvare> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.7; x86_64-suse-linux-gnu) Mime-Version: 1.0 X-Original-Sender: khali@linux-fr.org X-Original-Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 194.213.125.0 is neither permitted nor denied by best guess record for domain of khali@linux-fr.org) smtp.mail=khali@linux-fr.org Reply-To: rtc-linux@googlegroups.com Precedence: list Mailing-list: list rtc-linux@googlegroups.com; contact rtc-linux+owners@googlegroups.com List-ID: X-Google-Group-Id: 712029733259 List-Post: , List-Help: , List-Archive: Sender: rtc-linux@googlegroups.com List-Subscribe: , List-Unsubscribe: , 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 */