diff options
| author | Huang Weiyi <weiyi.huang@gmail.com> | 2011-01-28 14:04:38 +0000 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2011-02-01 15:53:00 -0800 |
| commit | 190910cb82669980edff7432be9542d4bec91adb (patch) | |
| tree | d2d16c06bb8e6d9d515c195d251333ccceba40b6 | |
| parent | arm: mach-omap2: mux: free allocated memory on error exit (diff) | |
| download | linux-190910cb82669980edff7432be9542d4bec91adb.tar.gz linux-190910cb82669980edff7432be9542d4bec91adb.zip | |
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>
| -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 @@ #include <linux/clocksource.h> #include <linux/clockchips.h> #include <linux/io.h> -#include <linux/sched.h> #include <asm/system.h> #include <mach/hardware.h> |
