Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1389659 > unrolled thread

[PATCH v3 15/16] char/genrtc: remove asm-generic/rtc.h from mips

Started byArnd Bergmann <arnd@arndb.de>
First post2016-04-28 00:40 +0200
Last post2016-04-28 00:40 +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.


Contents

  [PATCH v3 15/16] char/genrtc: remove asm-generic/rtc.h from mips Arnd Bergmann <arnd@arndb.de> - 2016-04-28 00:40 +0200

#1389659 — [PATCH v3 15/16] char/genrtc: remove asm-generic/rtc.h from mips

FromArnd Bergmann <arnd@arndb.de>
Date2016-04-28 00:40 +0200
Subject[PATCH v3 15/16] char/genrtc: remove asm-generic/rtc.h from mips
Message-ID<rsGhJ-P8-47@gated-at.bofh.it>
arch/mips/sni/time.c includes asm-generic/rtc.h for no apparent reason,
and it works fine without that header, so lets remove the inclusion
in preparation of deleting the file.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
 arch/mips/sni/time.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/mips/sni/time.c b/arch/mips/sni/time.c
index fb4b3520cdc6..7ee14f41fc25 100644
--- a/arch/mips/sni/time.c
+++ b/arch/mips/sni/time.c
@@ -8,7 +8,6 @@
 
 #include <asm/sni.h>
 #include <asm/time.h>
-#include <asm-generic/rtc.h>
 
 #define SNI_CLOCK_TICK_RATE	3686400
 #define SNI_COUNTER2_DIV	64
-- 
2.7.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web