nlm: Ensure callback code also checks that the files match
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / clksrc-dbx500-prcmu.h
CommitLineData
489bccea
MW
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
489bccea 14#ifdef CONFIG_CLKSRC_DBX500_PRCMU
b1e3be06 15void __init clksrc_dbx500_prcmu_init(void __iomem *base);
489bccea 16#else
b1e3be06 17static inline void __init clksrc_dbx500_prcmu_init(void __iomem *base) {}
489bccea
MW
18#endif
19
20#endif