Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9d7c5d3 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

rtc: s3c: make header file local



Nothing outside of the rtc driver includes plat/regs-rtc.h,
so we can simply move the file into the same directory,
which allows us to build the file as platform-independent
code.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Cc: rtc-linux@googlegroups.com
Cc: Alessandro Zummo <a.zummo@towertech.it>
parent 93115b7f
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -29,9 +29,8 @@
#include <linux/uaccess.h>
#include <linux/uaccess.h>
#include <linux/io.h>
#include <linux/io.h>


#include <mach/hardware.h>
#include <asm/irq.h>
#include <asm/irq.h>
#include <plat/regs-rtc.h>
#include "rtc-s3c.h"


enum s3c_cpu_type {
enum s3c_cpu_type {
	TYPE_S3C2410,
	TYPE_S3C2410,
+1 −2
Original line number Original line Diff line number Diff line
/* arch/arm/mach-s3c2410/include/mach/regs-rtc.h
/*
 *
 * Copyright (c) 2003 Simtec Electronics <linux@simtec.co.uk>
 * Copyright (c) 2003 Simtec Electronics <linux@simtec.co.uk>
 *		      http://www.simtec.co.uk/products/SWLINUX/
 *		      http://www.simtec.co.uk/products/SWLINUX/
 *
 *