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-s3c2410/include | |
parent | 9b1276e016a34d423a9b060772ee43104f26260e (diff) |
clean-rebase-dust-29-rc2.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'arch/arm/mach-s3c2410/include')
-rw-r--r-- | arch/arm/mach-s3c2410/include/mach/gpio.h | 1 | ||||
-rw-r--r-- | arch/arm/mach-s3c2410/include/mach/spi-gpio.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c2410/include/mach/gpio.h b/arch/arm/mach-s3c2410/include/mach/gpio.h index c89909bd53a..7fe849d13f7 100644 --- a/arch/arm/mach-s3c2410/include/mach/gpio.h +++ b/arch/arm/mach-s3c2410/include/mach/gpio.h @@ -25,7 +25,6 @@ /* These two defines should be removed as soon as the * generic irq handling makes it upstream */ #include <mach/hardware.h> -#define gpio_to_irq(gpio) s3c2410_gpio_getirq(gpio) #define irq_to_gpio(irq) s3c2410_gpio_irq2pin(irq) /* -- cut to here when generic irq makes it */ diff --git a/arch/arm/mach-s3c2410/include/mach/spi-gpio.h b/arch/arm/mach-s3c2410/include/mach/spi-gpio.h index af071ae2e63..2d229da0e55 100644 --- a/arch/arm/mach-s3c2410/include/mach/spi-gpio.h +++ b/arch/arm/mach-s3c2410/include/mach/spi-gpio.h @@ -20,7 +20,6 @@ struct s3c2410_spigpio_info { int num_chipselect; int bus_num; - int num_chipselect; /* * FIXME: board_size and board_info DO NOT belong here. |