Merge tag 'fixes-for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...
[deliverable/linux.git] / include / linux / clksrc-dbx500-prcmu.h
1 /*
2 * Copyright (C) ST-Ericsson SA 2011
3 *
4 * License Terms: GNU General Public License v2
5 * Author: Mattias Wallin <mattias.wallin@stericsson.com>
6 *
7 */
8 #ifndef __CLKSRC_DBX500_PRCMU_H
9 #define __CLKSRC_DBX500_PRCMU_H
10
11 #include <linux/init.h>
12 #include <linux/io.h>
13
14 #ifdef CONFIG_CLKSRC_DBX500_PRCMU
15 void __init clksrc_dbx500_prcmu_init(void __iomem *base);
16 #else
17 static inline void __init clksrc_dbx500_prcmu_init(void __iomem *base) {}
18 #endif
19
20 #endif
This page took 0.041542 seconds and 5 git commands to generate.