diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-19 11:06:06 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-20 14:54:50 -0700 |
commit | bfbb28e727348c140b75982005e7e51cf0197864 (patch) | |
tree | e2e4633a1958388b89721768fd3d5880a0df04cb /arch/arm/plat-omap | |
parent | 2203747c97712975accc5e69bdaf1ad38a691635 (diff) |
ARM: OMAP: Remove unused param.h
This is no longer needed.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/include/plat/param.h | 8 |
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 1eb4dc32697..00000000000 --- 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 |