summaryrefslogtreecommitdiffstats
path: root/arch/frv
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-05-30 20:57:49 +0200
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2016-06-04 00:19:04 +0200
commitf09c5142ee42efce956ba93f5a75ddaf4835c9e8 (patch)
treed412427dcdffe2b5cabf6e5a658fc08055e0265d /arch/frv
parent7af6a2e1c2565396f6b941ff2a989b989b24a97b (diff)
downloadlinux-f09c5142ee42efce956ba93f5a75ddaf4835c9e8.tar.gz
linux-f09c5142ee42efce956ba93f5a75ddaf4835c9e8.tar.xz
rtc: cmos: remove empty asm/mc146818rtc.h files
Nothing on these architectures ever includes the asm/mc146818rtc.h file, the drivers that used to do this have been fixed long ago, and the remaining users are all PC-specific. This removes the files for good. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'arch/frv')
-rw-r--r--arch/frv/include/asm/mc146818rtc.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/frv/include/asm/mc146818rtc.h b/arch/frv/include/asm/mc146818rtc.h
deleted file mode 100644
index 90dfb7a633d1..000000000000
--- a/arch/frv/include/asm/mc146818rtc.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* mc146818rtc.h: RTC defs
- *
- * Copyright (C) 2005 Red Hat, Inc. All Rights Reserved.
- * Written by David Howells (dhowells@redhat.com)
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version
- * 2 of the License, or (at your option) any later version.
- */
-
-#ifndef _ASM_MC146818RTC_H
-#define _ASM_MC146818RTC_H
-
-
-#endif /* _ASM_MC146818RTC_H */