summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-09-19 18:06:06 (GMT)
committerTony Lindgren <tony@atomide.com>2012-09-20 21:54:50 (GMT)
commitbfbb28e727348c140b75982005e7e51cf0197864 (patch)
treee2e4633a1958388b89721768fd3d5880a0df04cb
parent2203747c97712975accc5e69bdaf1ad38a691635 (diff)
downloadlinux-fsl-qoriq-bfbb28e727348c140b75982005e7e51cf0197864.tar.xz
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 1eb4dc3..0000000
--- 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