Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1372939 > unrolled thread
| Started by | Jonas Rabenstein <ve92mose@stud.informatik.uni-erlangen.de> |
|---|---|
| First post | 2016-04-07 01:20 +0200 |
| Last post | 2016-04-07 01:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 3/3] ia64: remove unused asm/mc146818rtc.h Jonas Rabenstein <ve92mose@stud.informatik.uni-erlangen.de> - 2016-04-07 01:20 +0200
| From | Jonas Rabenstein <ve92mose@stud.informatik.uni-erlangen.de> |
|---|---|
| Date | 2016-04-07 01:20 +0200 |
| Subject | [PATCH 3/3] ia64: remove unused asm/mc146818rtc.h |
| Message-ID | <rl4TT-2ZV-7@gated-at.bofh.it> |
From: Jonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de>
The file arch/ia64/include/asm/mc146818rtc.h is not used anymore. It
would be included by include/linuxmc146818rtc.h which in fact is
included by the following files:
* sound/core/rtctimer.c:
depends on SND_RTCTIMER -> RTC -> !IA64
* drivers/char/nvram.c:
depends on NVRAM -> X86
* drivers/char/rtc.c:
depends on RTC -> !IA64
* drivers/block/floppy.c:
depends on BLK_DEV_FD -> ARCH_MAY_HAVE_PC_FDC (not defined for IA64)
* drivers/firmware/dcdbas.c:
depends on DCDBAS -> X86
* include/asm/generic/rtc.h:
- drivers/rtc/rtc-cmos.c
depends on RTC_DRV_CMOS -> (X86||ARM||M32R||PPC||MIPS||SPARC64)
- drivers/acpi/acpi/acpi_cmos_rtc.c:
depends on X86
- drivers/rtc/rtc/mrst.c:
depends on RTC_DRV_VRTC -> X86_INTEL_MID (not defined for IA64)
* drivers/char/mwave/smapi.c
depends on MWAVE -> X86
* drivers/input/misc/wistron_btns.c:
depends on CONFIG_WISTRON_BTNS -> X86_32
* drivers/scsi/gdth.c
depends on SCSI_GDTH -> ISA_DMA_API (not defined for IA64)
Fixes: 7f30491ccd28 ("[IA64] Move include/asm-ia64 to arch/ia64/include/asm")
Signed-off-by: Jonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de>
---
arch/ia64/include/asm/mc146818rtc.h | 10 ----------
1 file changed, 10 deletions(-)
delete mode 100644 arch/ia64/include/asm/mc146818rtc.h
diff --git a/arch/ia64/include/asm/mc146818rtc.h b/arch/ia64/include/asm/mc146818rtc.h
deleted file mode 100644
index 407787a2..0000000
--- 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 */
--
1.9.1
Back to top | Article view | linux.kernel
csiph-web