From patchwork Thu Jul 14 23:52:04 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jean-Christophe PLAGNIOL-VILLARD X-Patchwork-Id: 104745 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from mail-ww0-f56.google.com (mail-ww0-f56.google.com [74.125.82.56]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id D50201007D1 for ; Fri, 15 Jul 2011 10:08:37 +1000 (EST) Received: by wwf22 with SMTP id 22sf1298037wwf.11 for ; Thu, 14 Jul 2011 17:08:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=mime-version:x-beenthere:received-spf:from:to:cc:x-ovh-mailout :subject:date:message-id:x-mailer:in-reply-to:references :x-ovh-tracer-id:x-ovh-remote:x-ovh-local:x-spam-check :x-vr-spamstate:x-vr-spamscore:x-vr-spamcause: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=5BfwGWsakkf3Cc7fMp7DGjO9GpsgvvyQeRroFwTtMLU=; b=VPzBkhhslGBgaWsKGYYUV4kOot+JmyrTj69HRO1aXKVsLq91YyQ7J4TsCYqMljF2bS t41xcRrW+I8n0KnDKXDtfBupBn/CPt3OOcLqj1K5sCr3s2tJl/K5oEjR5/dj/GpZpQMw Ui53js4r0OIRikYx6lWphoG5quf+PfnLoP9NM= Received: by 10.216.232.85 with SMTP id m63mr1267178weq.4.1310688513388; Thu, 14 Jul 2011 17:08:33 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: rtc-linux@googlegroups.com Received: by 10.216.28.1 with SMTP id f1ls31494wea.2.gmail; Thu, 14 Jul 2011 17:08:32 -0700 (PDT) Received: by 10.216.27.8 with SMTP id d8mr170483wea.7.1310688512574; Thu, 14 Jul 2011 17:08:32 -0700 (PDT) Received: by 10.216.27.8 with SMTP id d8mr170482wea.7.1310688512526; Thu, 14 Jul 2011 17:08:32 -0700 (PDT) Received: from mo4.mail-out.ovh.net (12.mo4.mail-out.ovh.net [178.33.104.253]) by gmr-mx.google.com with ESMTP id fh14si735311wbb.0.2011.07.14.17.08.31; Thu, 14 Jul 2011 17:08:31 -0700 (PDT) Received-SPF: pass (google.com: domain of plagnioj@jcrosoft.com designates 178.33.104.253 as permitted sender) client-ip=178.33.104.253; Received: from mail187.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo4.mail-out.ovh.net (Postfix) with SMTP id 529F4FFB044 for ; Fri, 15 Jul 2011 02:08:52 +0200 (CEST) Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 15 Jul 2011 02:08:30 +0200 Received: from ns32433.ovh.net (HELO localhost) (plagnioj%jcrosoft.com@213.251.161.87) by ns0.ovh.net with SMTP; 15 Jul 2011 02:08:29 +0200 From: Jean-Christophe PLAGNIOL-VILLARD To: linux-arm-kernel@lists.infradead.org Cc: Jean-Christophe PLAGNIOL-VILLARD , Nicolas Ferre , rtc-linux@googlegroups.com X-Ovh-Mailout: 178.32.228.4 (mo4.mail-out.ovh.net) Subject: [rtc-linux] [PATCH 6/7] at91rm9200/rtc: move register header to drivers Date: Fri, 15 Jul 2011 01:52:04 +0200 Message-Id: <1310687525-22486-6-git-send-email-plagnioj@jcrosoft.com> X-Mailer: git-send-email 1.7.2.3 In-Reply-To: <1310687525-22486-1-git-send-email-plagnioj@jcrosoft.com> References: <1310687525-22486-1-git-send-email-plagnioj@jcrosoft.com> X-Ovh-Tracer-Id: 9582815582780894205 X-Ovh-Remote: 213.251.161.87 (ns32433.ovh.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|U 0.50002/N X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfedvfedrudekucetggdotefuucfrrhhofhhilhgvmecuqfggjfenuceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddm X-Original-Sender: plagnioj@jcrosoft.com X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of plagnioj@jcrosoft.com designates 178.33.104.253 as permitted sender) smtp.mail=plagnioj@jcrosoft.com 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: , Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: Nicolas Ferre Cc: rtc-linux@googlegroups.com --- drivers/rtc/rtc-at91rm9200.c | 2 +- .../at91_rtc.h => drivers/rtc/rtc-at91rm9200.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename arch/arm/mach-at91/include/mach/at91_rtc.h => drivers/rtc/rtc-at91rm9200.h (98%) diff --git a/drivers/rtc/rtc-at91rm9200.c b/drivers/rtc/rtc-at91rm9200.c index e39b77a..b916bd3 100644 --- a/drivers/rtc/rtc-at91rm9200.c +++ b/drivers/rtc/rtc-at91rm9200.c @@ -30,7 +30,7 @@ #include -#include +#include "rtc-at91rm9200.h" #define AT91_RTC_EPOCH 1900UL /* just like arch/arm/common/rtctime.c */ diff --git a/arch/arm/mach-at91/include/mach/at91_rtc.h b/drivers/rtc/rtc-at91rm9200.h similarity index 98% rename from arch/arm/mach-at91/include/mach/at91_rtc.h rename to drivers/rtc/rtc-at91rm9200.h index e56f470..cb2f7c6 100644 --- a/arch/arm/mach-at91/include/mach/at91_rtc.h +++ b/drivers/rtc/rtc-at91rm9200.h @@ -1,5 +1,5 @@ /* - * arch/arm/mach-at91/include/mach/at91_rtc.h + * drivers/rtc/rtc-at91rm9200.h * * Copyright (C) 2005 Ivan Kokshaysky * Copyright (C) SAN People