aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-09-19 14:06:06 -0400
committerTony Lindgren <tony@atomide.com>2012-09-20 17:54:50 -0400
commitbfbb28e727348c140b75982005e7e51cf0197864 (patch)
treee2e4633a1958388b89721768fd3d5880a0df04cb
parent2203747c97712975accc5e69bdaf1ad38a691635 (diff)
ARM: OMAP: Remove unused param.h
This is no longer needed. Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/plat-omap/include/plat/param.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/plat-omap/include/plat/param.h b/arch/arm/plat-omap/include/plat/param.h
deleted file mode 100644
index 1eb4dc326979..000000000000
--- a/arch/arm/plat-omap/include/plat/param.h
+++ /dev/null
@@ -1,8 +0,0 @@
1/*
2 * arch/arm/plat-omap/include/mach/param.h
3 *
4 */
5
6#ifdef CONFIG_OMAP_32K_TIMER_HZ
7#define HZ CONFIG_OMAP_32K_TIMER_HZ
8#endif