aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/include
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/ia64/include
parentMAINTAINERS: Add file patterns for rtc device tree bindings (diff)
downloadlinux-dev-f09c5142ee42efce956ba93f5a75ddaf4835c9e8.tar.xz
linux-dev-f09c5142ee42efce956ba93f5a75ddaf4835c9e8.zip
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/ia64/include')
-rw-r--r--arch/ia64/include/asm/mc146818rtc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/ia64/include/asm/mc146818rtc.h b/arch/ia64/include/asm/mc146818rtc.h
deleted file mode 100644
index 407787a237ba..000000000000
--- a/arch/ia64/include/asm/mc146818rtc.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _ASM_IA64_MC146818RTC_H
-#define _ASM_IA64_MC146818RTC_H
-
-/*
- * Machine dependent access functions for RTC registers.
- */
-
-/* empty include file to satisfy the include in genrtc.c */
-
-#endif /* _ASM_IA64_MC146818RTC_H */