Skip to content

Commit

Permalink
clk: Remove comment for end of CONFIG_COMMON_CLK section
Browse files Browse the repository at this point in the history
The comment is inaccurate (it actually ends the CONFIG_COMMON_CLK
section, there's no else) and given that we've just got a single level
of ifdef isn't really needed anyway.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
  • Loading branch information
Mark Brown authored and Mike Turquette committed Apr 24, 2012
1 parent 34e44fe commit 7e87aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/clk.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7e87aed

Please sign in to comment.