diff options
Diffstat (limited to 'arch/arm/plat-omap/sram.h')
| -rw-r--r-- | arch/arm/plat-omap/sram.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/arch/arm/plat-omap/sram.h b/arch/arm/plat-omap/sram.h deleted file mode 100644 index 71984efa6ae8..000000000000 --- a/arch/arm/plat-omap/sram.h +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * linux/arch/arm/plat-omap/sram.h | ||
| 3 | * | ||
| 4 | * Interface for functions that need to be run in internal SRAM | ||
| 5 | * | ||
| 6 | * This program is free software; you can redistribute it and/or modify | ||
| 7 | * it under the terms of the GNU General Public License version 2 as | ||
| 8 | * published by the Free Software Foundation. | ||
| 9 | */ | ||
| 10 | |||
| 11 | #ifndef __ARCH_ARM_OMAP_SRAM_H | ||
| 12 | #define __ARCH_ARM_OMAP_SRAM_H | ||
| 13 | |||
| 14 | extern void * omap_sram_push(void * start, unsigned long size); | ||
| 15 | extern void omap_sram_reprogram_clock(u32 dpllctl, u32 ckctl); | ||
| 16 | |||
| 17 | /* Do not use these */ | ||
| 18 | extern void sram_reprogram_clock(u32 ckctl, u32 dpllctl); | ||
| 19 | extern unsigned long sram_reprogram_clock_sz; | ||
| 20 | |||
| 21 | #endif | ||
