aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSebastian Hesselbarth <[email protected]>2013-05-01 02:58:28 +0200
committerMike Turquette <[email protected]>2013-05-28 22:52:46 -0700
commit0b151debc31df089ddc07a3343031d8f51f988a3 (patch)
treeaef8b8d94cebbfbfce60867d03cad1ab31fdc923 /tools/perf/scripts/python
parentf8aa0bd5c9b28f80bf372d0f486737b13ff01910 (diff)
clk: add non CONFIG_OF routines for clk-provider
Some drivers that are shared between architectures have HAVE_CLK selected but don't have OF. To remove compilation errors for drivers that provide clocks on DT with of_clk_add_provider we would have to enclose these calls within #ifdef CONFIG_OF, #endif. This patch adds some stubs for OF related clk-provider functions that either do nothing or return appropriate values if CONFIG_OF is not set. So, definition of these routines will always be available. Signed-off-by: Sebastian Hesselbarth <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Signed-off-by: Mike Turquette <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions