diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2012-08-23 00:55:43 +0200 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2012-09-13 19:43:57 +0200 |
commit | 085eea143effef565e6b508ccb793921d0d7f4d4 (patch) | |
tree | ad139d143f3bab18c526794d3306fb41109c1f3b /arch/arm/mach-msm/board-sapphire.c | |
parent | Linux 3.5 (diff) | |
download | linux-085eea143effef565e6b508ccb793921d0d7f4d4.tar.xz linux-085eea143effef565e6b508ccb793921d0d7f4d4.zip |
ARM: msm: Remove msm_hw_reset_hook
This reset hook is never assigned and is dead code. Remove it so
we have one less header file in the mach directory.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/board-sapphire.c')
-rw-r--r-- | arch/arm/mach-msm/board-sapphire.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/board-sapphire.c b/arch/arm/mach-msm/board-sapphire.c index 2e569ab10eef..b7b0fc7e3278 100644 --- a/arch/arm/mach-msm/board-sapphire.c +++ b/arch/arm/mach-msm/board-sapphire.c @@ -27,7 +27,6 @@ #include <asm/mach/arch.h> #include <asm/mach/map.h> #include <asm/mach/flash.h> -#include <mach/system.h> #include <mach/vreg.h> #include <mach/board.h> |