]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] aic79xx: needs to select SPI_TRANSPORT_ATTRS
authorakpm@osdl.org <akpm@osdl.org>
Sun, 7 Aug 2005 06:32:07 +0000 (23:32 -0700)
committerJames Bottomley <jejb@mulgrave.(none)>
Sun, 7 Aug 2005 14:34:29 +0000 (09:34 -0500)
commit0124a9b0584d94e8d71bab0b462f0229bd35ec5d
tree747c43febb3fb85668810a6996dccaf7044d337e
parent3e768d8a4ab3da5cf324c13513ae84193d7cfd56
[SCSI] aic79xx: needs to select SPI_TRANSPORT_ATTRS

without it you get this failure:

drivers/built-in.o(.text+0xdcccd): In function `ahd_linux_slave_configure':
drivers/scsi/aic7xxx/aic79xx_osm.c:636: undefined reference to `spi_dv_device'
drivers/built-in.o(.text+0xdd7b1): In function `ahd_send_async':
drivers/scsi/aic7xxx/aic79xx_osm.c:1652: undefined reference to `spi_display_xfer_agreement'
drivers/built-in.o(.init.text+0x7b4d): In function `ahd_linux_init':
drivers/scsi/aic7xxx/aic79xx_osm.c:2765: undefined reference to `spi_attach_transport'
drivers/built-in.o(.init.text+0x7c94):drivers/scsi/aic7xxx/aic79xx_osm.c:2774: undefined reference to `spi_release_transport'
drivers/built-in.o(.exit.text+0x72c): In function `ahd_linux_exit':
drivers/scsi/aic7xxx/aic79xx_osm.c:2783: undefined reference to `spi_release_transport'

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/aic7xxx/Kconfig.aic79xx