diff options
| author | Viresh Kumar <[email protected]> | 2012-07-30 14:39:52 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2012-07-30 17:25:13 -0700 |
| commit | 7041717e7c6ca33310d0c7333d9f7cebc65b2534 (patch) | |
| tree | 68545e6597d4c948ffff75f3ec0ea46db2155740 /tools/perf/scripts/python | |
| parent | c311b78b2a2fc644da2e748b7999b9ff081ec00e (diff) | |
arch/arm/mach-netx/fb.c: reuse dummy clk routines for CONFIG_HAVE_CLK=n
mach-netx had its own implementation of clk routines like, clk_get{put},
clk_enable{disable}, etc. And with introduction of following patchset:
https://lkml.org/lkml/2012/4/24/154
we get compilation error for multiple definition of these routines.
Sascha had following suggestion to deal with it:
http://www.spinics.net/lists/arm-kernel/msg179369.html
So, remove this code completely.
Signed-off-by: Viresh Kumar <[email protected]>
Reported-by: Paul Gortmaker <[email protected]>
Acked-by: Sascha Hauer <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions