diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-05-30 21:57:49 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-06-04 01:19:04 +0300 |
commit | f09c5142ee42efce956ba93f5a75ddaf4835c9e8 (patch) | |
tree | d412427dcdffe2b5cabf6e5a658fc08055e0265d /arch/h8300/include | |
parent | 7af6a2e1c2565396f6b941ff2a989b989b24a97b (diff) | |
download | 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/h8300/include')
-rw-r--r-- | arch/h8300/include/asm/mc146818rtc.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/h8300/include/asm/mc146818rtc.h b/arch/h8300/include/asm/mc146818rtc.h deleted file mode 100644 index ab9d9646d241..000000000000 --- a/arch/h8300/include/asm/mc146818rtc.h +++ /dev/null @@ -1,9 +0,0 @@ -/* - * Machine dependent access functions for RTC registers. - */ -#ifndef _H8300_MC146818RTC_H -#define _H8300_MC146818RTC_H - -/* empty include file to satisfy the include in genrtc.c/ide-geometry.c */ - -#endif /* _H8300_MC146818RTC_H */ |