diff options
author | Niels de Vos <[email protected]> | 2012-12-13 13:12:25 +0100 |
---|---|---|
committer | Mike Turquette <[email protected]> | 2013-01-11 18:34:14 -0800 |
commit | 4895084c87ab0973308021d755596798160b682a (patch) | |
tree | d2f8ba583f46bfe9829eef5eab5774c87dde5861 /lib/debugobjects.c | |
parent | 65800b2c4012e11f1c33692e6727e743a05c6efe (diff) |
clk: export __clk_get_name for re-use in imx-ipu-v3 and others
This fixes the following error when building for arm-imx:
> ERROR: "__clk_get_name" [drivers/staging/imx-drm/ipu-v3/imx-ipu-v3.ko] undefined!
> make[1]: *** [__modpost] Error 1
> make: *** [modules] Error 2
There are valid usecases to get the name of a clock, be it for debugging
purposes or to register a children of a clock like done in this IPU driver.
Therefore exporting __clk_get_name() and make it available for others makes
sense.
Reported-by: Peter Robinson <[email protected]>
CC: Sascha Hauer <[email protected]>
CC: Mike Turquette <[email protected]>
Signed-off-by: Niels de Vos <[email protected]>
Signed-off-by: Mike Turquette <[email protected]>
[[email protected]: removal of inline made redundant by 65800b2]
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions