From a98f9e1eecbe6b4cce7f59b4e294d7505cc93815 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Sun, 1 Apr 2012 15:31:23 +0100 Subject: [PATCH] --- yaml --- r: 308198 b: refs/heads/master c: 7e87aed965fa7a642fc299af96d370dad7b5b814 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/clk.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index cf4643c9d743..3699977ece81 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 34e44fe87437b6a5aad856f15f7a849e5fc137aa +refs/heads/master: 7e87aed965fa7a642fc299af96d370dad7b5b814 diff --git a/trunk/include/linux/clk.h b/trunk/include/linux/clk.h index b0252726df61..c9547d99e52c 100644 --- a/trunk/include/linux/clk.h +++ b/trunk/include/linux/clk.h @@ -81,7 +81,7 @@ int clk_notifier_register(struct clk *clk, struct notifier_block *nb); int clk_notifier_unregister(struct clk *clk, struct notifier_block *nb); -#endif /* !CONFIG_COMMON_CLK */ +#endif /** * clk_get - lookup and obtain a reference to a clock producer.