diff options
| author | David Woodhouse <David.Woodhouse@intel.com> | 2008-10-13 12:13:56 -0400 |
|---|---|---|
| committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-10-13 12:13:56 -0400 |
| commit | e758936e02700ff88a0b08b722a3847b95283ef2 (patch) | |
| tree | 50c919bef1b459a778b85159d5929de95b6c4a01 /arch/arm/mach-msm/board-halibut.c | |
| parent | 239cfbde1f5843c4a24199f117d5f67f637d72d5 (diff) | |
| parent | 4480f15b3306f43bbb0310d461142b4e897ca45b (diff) | |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Conflicts:
include/asm-x86/statfs.h
Diffstat (limited to 'arch/arm/mach-msm/board-halibut.c')
| -rw-r--r-- | arch/arm/mach-msm/board-halibut.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-msm/board-halibut.c b/arch/arm/mach-msm/board-halibut.c index 995afc4ade4b..a24259133e07 100644 --- a/arch/arm/mach-msm/board-halibut.c +++ b/arch/arm/mach-msm/board-halibut.c | |||
| @@ -18,6 +18,8 @@ | |||
| 18 | #include <linux/init.h> | 18 | #include <linux/init.h> |
| 19 | #include <linux/platform_device.h> | 19 | #include <linux/platform_device.h> |
| 20 | #include <linux/input.h> | 20 | #include <linux/input.h> |
| 21 | #include <linux/io.h> | ||
| 22 | #include <linux/delay.h> | ||
| 21 | 23 | ||
| 22 | #include <mach/hardware.h> | 24 | #include <mach/hardware.h> |
| 23 | #include <asm/mach-types.h> | 25 | #include <asm/mach-types.h> |
| @@ -28,9 +30,6 @@ | |||
| 28 | #include <mach/board.h> | 30 | #include <mach/board.h> |
| 29 | #include <mach/msm_iomap.h> | 31 | #include <mach/msm_iomap.h> |
| 30 | 32 | ||
| 31 | #include <asm/io.h> | ||
| 32 | #include <asm/delay.h> | ||
| 33 | |||
| 34 | #include <linux/mtd/nand.h> | 33 | #include <linux/mtd/nand.h> |
| 35 | #include <linux/mtd/partitions.h> | 34 | #include <linux/mtd/partitions.h> |
| 36 | 35 | ||
