License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / arm / mach-omap1 / sram.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
bf027ca1
TL
2#include <plat/sram.h>
3
4extern void omap_sram_reprogram_clock(u32 dpllctl, u32 ckctl);
5
6/* Do not use these */
7extern void omap1_sram_reprogram_clock(u32 ckctl, u32 dpllctl);
8extern unsigned long omap1_sram_reprogram_clock_sz;