diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2011-01-26 16:20:52 -0800 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2011-01-28 11:20:46 -0800 |
commit | 437f629d4ea0a574b6102101fe4a51232a7cc105 (patch) | |
tree | 91074b2a9f1fd18d6d1fe420cc14c26b2d523731 /arch/arm/mach-msm/board-msm8x60.c | |
parent | 5c548add9899a1f8fcd47a58c4925c8ac4fc3027 (diff) | |
download | blackbird-op-linux-437f629d4ea0a574b6102101fe4a51232a7cc105.tar.gz blackbird-op-linux-437f629d4ea0a574b6102101fe4a51232a7cc105.zip |
msm: clock: Remove unused code and definitions
This code is dead or otherwise useless so just remove it.
Reviewed-by: Saravana Kannan <skannan@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/board-msm8x60.c')
-rw-r--r-- | arch/arm/mach-msm/board-msm8x60.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-msm/board-msm8x60.c b/arch/arm/mach-msm/board-msm8x60.c index 9b5eb2b4ae1b..b3c55f138fce 100644 --- a/arch/arm/mach-msm/board-msm8x60.c +++ b/arch/arm/mach-msm/board-msm8x60.c @@ -28,10 +28,6 @@ #include <mach/board.h> #include <mach/msm_iomap.h> -unsigned long clk_get_max_axi_khz(void) -{ - return 0; -} static void __init msm8x60_map_io(void) { |