diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2011-01-28 09:04:38 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-02-01 18:53:00 -0500 |
commit | 190910cb82669980edff7432be9542d4bec91adb (patch) | |
tree | d2d16c06bb8e6d9d515c195d251333ccceba40b6 /arch | |
parent | 9d47e309015b8d5ab32851cd0216e4b96b6407e4 (diff) |
omap1: remove duplicated #include
Remove duplicated #include('s) in
arch/arm/mach-omap1/time.c
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-omap1/time.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/time.c b/arch/arm/mach-omap1/time.c index f83fc335c613..6885d2fac183 100644 --- a/arch/arm/mach-omap1/time.c +++ b/arch/arm/mach-omap1/time.c | |||
@@ -44,7 +44,6 @@ | |||
44 | #include <linux/clocksource.h> | 44 | #include <linux/clocksource.h> |
45 | #include <linux/clockchips.h> | 45 | #include <linux/clockchips.h> |
46 | #include <linux/io.h> | 46 | #include <linux/io.h> |
47 | #include <linux/sched.h> | ||
48 | 47 | ||
49 | #include <asm/system.h> | 48 | #include <asm/system.h> |
50 | #include <mach/hardware.h> | 49 | #include <mach/hardware.h> |