Commit 9b7d9c09 authored by Stefan Richter's avatar Stefan Richter

ieee1394: sbp2: convert from PCI DMA to generic DMA

API conversion without change in functionality
Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent d41bba2d
......@@ -120,7 +120,7 @@ comment "SBP-2 support (for storage devices) requires SCSI"
config IEEE1394_SBP2
tristate "SBP-2 support (Harddisks etc.)"
depends on IEEE1394 && SCSI && (PCI || BROKEN)
depends on IEEE1394 && SCSI
help
This option enables you to use SBP-2 devices connected to an IEEE
1394 bus. SBP-2 devices include storage devices like harddisks and
......
This diff is collapsed.
......@@ -263,7 +263,7 @@ struct sbp2_command_info {
dma_addr_t cmd_dma;
enum sbp2_dma_types dma_type;
unsigned long dma_size;
int dma_dir;
enum dma_data_direction dma_dir;
};
/* Per FireWire host */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment