[PATCH] h8300: delete target_time.h

From: Paul Bolle
Date: Fri Jun 08 2012 - 17:38:02 EST


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@xxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/