]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/arch-s3c2410/spi-gpio.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
[linux-2.6-omap-h63xx.git] / include / asm-arm / arch-s3c2410 / spi-gpio.h
index 258c00bca2706f875ecdf089846f0ea84821edd1..73803731142a6928bc44127d506210a61ff79db4 100644 (file)
@@ -1,4 +1,4 @@
-/* linux/include/asm-arm/arch-s3c2410/spi.h
+/* linux/include/asm-arm/arch-s3c2410/spi-gpio.h
  *
  * Copyright (c) 2006 Simtec Electronics
  *     Ben Dooks <ben@simtec.co.uk>
 #ifndef __ASM_ARCH_SPIGPIO_H
 #define __ASM_ARCH_SPIGPIO_H __FILE__
 
-struct s3c2410_spigpio_info;
-struct spi_board_info;
-
 struct s3c2410_spigpio_info {
        unsigned long            pin_clk;
        unsigned long            pin_mosi;
        unsigned long            pin_miso;
 
-       unsigned long            board_size;
-       struct spi_board_info   *board_info;
+       int                      bus_num;
 
        void (*chip_select)(struct s3c2410_spigpio_info *spi, int cs);
 };