aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-09-19 11:06:06 -0700
committerTony Lindgren <tony@atomide.com>2012-09-20 14:54:50 -0700
commitbfbb28e727348c140b75982005e7e51cf0197864 (patch)
treee2e4633a1958388b89721768fd3d5880a0df04cb /arch/arm
parentARM: omap: move platform_data definitions (diff)
downloadlinux-dev-bfbb28e727348c140b75982005e7e51cf0197864.tar.xz
linux-dev-bfbb28e727348c140b75982005e7e51cf0197864.zip
ARM: OMAP: Remove unused param.h
This is no longer needed. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-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 @@
-/*
- * arch/arm/plat-omap/include/mach/param.h
- *
- */
-
-#ifdef CONFIG_OMAP_32K_TIMER_HZ
-#define HZ CONFIG_OMAP_32K_TIMER_HZ
-#endif