aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/clock36xx.h
diff options
context:
space:
mode:
authorTero Kristo2015-03-02 17:10:39 +0200
committerTero Kristo2015-06-02 12:30:59 +0300
commit5100349b95bf238c6c83cb702a64a56a6ee58fc9 (patch)
tree927a1de6d8357f7a98a00546cb5e13bfe79a45d0 /arch/arm/mach-omap2/clock36xx.h
parentc06bfbe75ef52ff548bffa3d89587aaaa92893bf (diff)
ARM: OMAP36xx: remove clock36xx.c/.h files
These files contain legacy clock implementations which are no longer used for anything, thus remove them completely. Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/clock36xx.h')
-rw-r--r--arch/arm/mach-omap2/clock36xx.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/mach-omap2/clock36xx.h b/arch/arm/mach-omap2/clock36xx.h
deleted file mode 100644
index 945bb7f083e9..000000000000
--- a/arch/arm/mach-omap2/clock36xx.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * OMAP36xx clock function prototypes and macros
- *
- * Copyright (C) 2010 Texas Instruments, Inc.
- * Copyright (C) 2010 Nokia Corporation
- */
-
-#ifndef __ARCH_ARM_MACH_OMAP2_CLOCK36XX_H
-#define __ARCH_ARM_MACH_OMAP2_CLOCK36XX_H
-
-extern int omap36xx_pwrdn_clk_enable_with_hsdiv_restore(struct clk_hw *hw);
-
-#endif