[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1339191479.30984.14.camel@x61.thuisdomein>
Date: Fri, 08 Jun 2012 23:37:59 +0200
From: Paul Bolle <pebolle@...cali.nl>
To: Yoshinori Sato <ysato@...rs.sourceforge.jp>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] h8300: delete target_time.h
Commit 81d423e280d193d351f41eacdb3f82c3bb9610c1 ("h8300: update timer
handler - misc update") deleted the last #include of target_time.h.
Commit 4b6aba51fb64071e22dad7b971c73af61916a48b ("h8300: update timer
handler - delete files") deleted the definitions of the functions that
target_time.h declares. This header is unused and can safely be deleted.
Signed-off-by: Paul Bolle <pebolle@...cali.nl>
---
Tested mainly with "git grep". Obviously correct.
arch/h8300/include/asm/target_time.h | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
delete mode 100644 arch/h8300/include/asm/target_time.h
diff --git a/arch/h8300/include/asm/target_time.h b/arch/h8300/include/asm/target_time.h
deleted file mode 100644
index 9f2a9aa..0000000
--- a/arch/h8300/include/asm/target_time.h
+++ /dev/null
@@ -1,4 +0,0 @@
-extern int platform_timer_setup(void (*timer_int)(int, void *, struct pt_regs *));
-extern void platform_timer_eoi(void);
-extern void platform_gettod(unsigned int *year, unsigned int *mon, unsigned int *day,
- unsigned int *hour, unsigned int *min, unsigned int *sec);
--
1.7.7.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists