Commit c1bbdef4 authored by Martin Schwidefsky's avatar Martin Schwidefsky Committed by Linus Torvalds

[PATCH] s390: bogus zfcp header, small scsi change.

updates for s390 scsi support

- remove bogus header file
- add a definition for free_dma() to make scsi.c work
parent 2f80c90e
......@@ -13,4 +13,6 @@
#define MAX_DMA_ADDRESS 0x80000000
#define free_dma(x)
#endif /* _ASM_DMA_H */
This diff is collapsed.
......@@ -13,4 +13,6 @@
We use the existing DMA zone mechanism to handle this. */
#define MAX_DMA_ADDRESS 0x80000000
#define free_dma(x)
#endif /* _ASM_DMA_H */
This diff is collapsed.
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