[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1320767771.14409.389.camel@x61.thuisdomein>
Date: Tue, 08 Nov 2011 16:56:11 +0100
From: Paul Bolle <pebolle@...cali.nl>
To: Paul Bolle <pebolle@...cali.nl>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] [TRIVIAL] Blackfin: remove bfin_simple_timer.h
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@...cali.nl>
---
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@...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