From 5967357797141b14c081233d08b07a823f2b4e8c Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Tue, 5 Mar 2013 12:04:37 +0100 Subject: [PATCH] --- yaml --- r: 370731 b: refs/heads/master c: b9d7c5d3f48fb9582458ce014baa66c1e16d9be6 h: refs/heads/master i: 370729: 65f8e846a7cc94d2b55a2529cd52dc62f3d977fa 370727: 2efb6d4c38d367b73b3b4317b11fe101f6d9346c v: v3 --- [refs] | 2 +- trunk/drivers/rtc/rtc-s3c.c | 3 +-- .../include/plat/regs-rtc.h => drivers/rtc/rtc-s3c.h} | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) rename trunk/{arch/arm/plat-samsung/include/plat/regs-rtc.h => drivers/rtc/rtc-s3c.h} (97%) diff --git a/[refs] b/[refs] index 3bfa80c0a05f..aec8ffc7b998 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 93115b7fa8f4090ecbf247b29992a9454d4f9c22 +refs/heads/master: b9d7c5d3f48fb9582458ce014baa66c1e16d9be6 diff --git a/trunk/drivers/rtc/rtc-s3c.c b/trunk/drivers/rtc/rtc-s3c.c index fb994e9ddc15..7995f79d07e1 100644 --- a/trunk/drivers/rtc/rtc-s3c.c +++ b/trunk/drivers/rtc/rtc-s3c.c @@ -29,9 +29,8 @@ #include #include -#include #include -#include +#include "rtc-s3c.h" enum s3c_cpu_type { TYPE_S3C2410, diff --git a/trunk/arch/arm/plat-samsung/include/plat/regs-rtc.h b/trunk/drivers/rtc/rtc-s3c.h similarity index 97% rename from trunk/arch/arm/plat-samsung/include/plat/regs-rtc.h rename to trunk/drivers/rtc/rtc-s3c.h index 0f8263e93eea..004b61a8343f 100644 --- a/trunk/arch/arm/plat-samsung/include/plat/regs-rtc.h +++ b/trunk/drivers/rtc/rtc-s3c.h @@ -1,5 +1,4 @@ -/* arch/arm/mach-s3c2410/include/mach/regs-rtc.h - * +/* * Copyright (c) 2003 Simtec Electronics * http://www.simtec.co.uk/products/SWLINUX/ *