diff options
author | Balaji Rao <balajirrao@openmoko.org> | 2009-03-02 10:45:56 +0000 |
---|---|---|
committer | Andy Green <agreen@octopus.localdomain> | 2009-03-02 10:45:56 +0000 |
commit | a6af63e826b79ae1ba2d8cbfa66805cc2dfe367c (patch) | |
tree | 920c884b8aef9422b80cf2e5279d51a940836d13 /arch/arm/mach-s3c2410/include | |
parent | 86247495c3d585349e2a43de416d9275a48bda8c (diff) |
Subject: Get rid of board_info information in glamo and s3c24xx_gpio spigpio_info.
X-Git-Url: http://git.openmoko.org/?p=kernel.git;a=commitdiff_plain;h=740c6704e830829d8539a6cc34346ff1980cd9ee
Get rid of board_info information in glamo and s3c24xx_gpio spigpio_info.
The board info does not belong there and has been removed. In
spi_s3c24xx_gpio, board_info has been removed in mainline.
Signed-off-by: Balaji Rao <balajirrao@openmoko.org>
Diffstat (limited to 'arch/arm/mach-s3c2410/include')
-rw-r--r-- | arch/arm/mach-s3c2410/include/mach/spi-gpio.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-s3c2410/include/mach/spi-gpio.h b/arch/arm/mach-s3c2410/include/mach/spi-gpio.h index 2506b4ca028..0ff8949b244 100644 --- a/arch/arm/mach-s3c2410/include/mach/spi-gpio.h +++ b/arch/arm/mach-s3c2410/include/mach/spi-gpio.h @@ -22,14 +22,6 @@ struct s3c2410_spigpio_info { int bus_num; int non_blocking_transfer; - /* - * FIXME: board_size and board_info DO NOT belong here. - * These were already removed upstream... but we still rely on them - * so leave for now and revisit this. - */ - unsigned long board_size; - struct spi_board_info *board_info; - void (*chip_select)(struct s3c2410_spigpio_info *spi, int csid, int cs); }; |