[PATCH] [TRIVIAL] Blackfin: remove bfin_simple_timer.h

From: Paul Bolle
Date: Tue Nov 08 2011 - 10:56:16 EST


Since it was introduced in commit 1394f03221 ("blackfin architecture"),
bfin_simple_timer.h has always been unused: no file includes it and
(unsurprisingly) the macros it defines are never used.

Signed-off-by: Paul Bolle <pebolle@xxxxxxxxxx>
---
Entirely untested (I don't have the Blackfin toolchain at hand).

arch/blackfin/include/asm/bfin_simple_timer.h | 19 -------------------
1 files changed, 0 insertions(+), 19 deletions(-)
delete mode 100644 arch/blackfin/include/asm/bfin_simple_timer.h

diff --git a/arch/blackfin/include/asm/bfin_simple_timer.h b/arch/blackfin/include/asm/bfin_simple_timer.h
deleted file mode 100644
index 5248c13..0000000
--- a/arch/blackfin/include/asm/bfin_simple_timer.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * Copyright 2006-2008 Analog Devices Inc.
- *
- * Licensed under the GPL-2 or later.
- */
-
-#ifndef _bfin_simple_timer_h_
-#define _bfin_simple_timer_h_
-
-#include <linux/ioctl.h>
-
-#define BFIN_SIMPLE_TIMER_IOCTL_MAGIC 't'
-
-#define BFIN_SIMPLE_TIMER_SET_PERIOD _IO (BFIN_SIMPLE_TIMER_IOCTL_MAGIC, 2)
-#define BFIN_SIMPLE_TIMER_START _IO (BFIN_SIMPLE_TIMER_IOCTL_MAGIC, 6)
-#define BFIN_SIMPLE_TIMER_STOP _IO (BFIN_SIMPLE_TIMER_IOCTL_MAGIC, 8)
-#define BFIN_SIMPLE_TIMER_READ _IO (BFIN_SIMPLE_TIMER_IOCTL_MAGIC, 10)
-
-#endif
--
1.7.4.4

--
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/