diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2010-05-19 23:12:19 (GMT) |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-05-22 07:38:26 (GMT) |
commit | b2e25838c5f3508ccd6184be65aca228fc600540 (patch) | |
tree | 22a9836e3391da0f8c7250fc11b1644f62fcfcaf | |
parent | f4b87dee923342505e1ddba8d34ce9de33e75050 (diff) | |
download | linux-b2e25838c5f3508ccd6184be65aca228fc600540.tar.xz |
sh: remove duplicated #include
Remove duplicated #include('s) in
arch/sh/kernel/cpu/sh4a/clock-sh7786.c
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/clock-sh7786.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7786.c b/arch/sh/kernel/cpu/sh4a/clock-sh7786.c index 105a6d4..597c9fb 100644 --- a/arch/sh/kernel/cpu/sh4a/clock-sh7786.c +++ b/arch/sh/kernel/cpu/sh4a/clock-sh7786.c @@ -13,7 +13,6 @@ #include <linux/kernel.h> #include <linux/clk.h> #include <linux/io.h> -#include <linux/clk.h> #include <asm/clkdev.h> #include <asm/clock.h> #include <asm/freq.h> |