diff options
author | Andy Green <andy@openmoko.com> | 2009-01-27 14:38:39 +0000 |
---|---|---|
committer | Andy Green <agreen@octopus.localdomain> | 2009-01-27 14:38:39 +0000 |
commit | d5c7291ce4933145a515df22655a9b35f425ae16 (patch) | |
tree | cf27a9f198508819970e0d088f243844f893198a /arch/arm/mach-s3c2440 | |
parent | 9b1276e016a34d423a9b060772ee43104f26260e (diff) |
clean-rebase-dust-29-rc2.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'arch/arm/mach-s3c2440')
-rw-r--r-- | arch/arm/mach-s3c2440/mach-gta02.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c index a2fe7e99718..0b7ff25f8fb 100644 --- a/arch/arm/mach-s3c2440/mach-gta02.c +++ b/arch/arm/mach-s3c2440/mach-gta02.c @@ -45,7 +45,6 @@ #include <linux/mtd/partitions.h> #include <linux/mtd/physmap.h> -#include <linux/pcf50633.h> #include <linux/lis302dl.h> #include <asm/mach/arch.h> @@ -99,6 +98,8 @@ #include <../drivers/input/touchscreen/ts_filter_median.h> #include <../drivers/input/touchscreen/ts_filter_group.h> +#include <linux/mfd/pcf50633/core.h> + /* arbitrates which sensor IRQ owns the shared SPI bus */ static spinlock_t motion_irq_lock; |