diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-19 14:06:06 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-20 17:54:50 -0400 |
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 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 | ||