On 04/24/2015 11:42 AM, Christoph Hellwig wrote:
>> config SCSI_ADVANSYS
>> tristate "AdvanSys SCSI support"
>> -depends on SCSI && VIRT_TO_BUS && !ARM
>> +depends on SCSI && !ARM
>
> Care to remove the bogus call to dma_cache_sync and allow compiling on
> arm as well?
>
Sure, no pr
> config SCSI_ADVANSYS
> tristate "AdvanSys SCSI support"
> - depends on SCSI && VIRT_TO_BUS && !ARM
> + depends on SCSI && !ARM
Care to remove the bogus call to dma_cache_sync and allow compiling on
arm as well?
--
To unsubscribe from this list: send the line "unsubscribe linux-scs
The driver has now been converted to DMA-API, so we should
increase the version number and remove the compilation
warning.
Signed-off-by: Hannes Reinecke
---
MAINTAINERS | 1 +
drivers/scsi/Kconfig| 2 +-
drivers/scsi/advansys.c | 25 +
3 files changed,
3 matches
Mail list logo