Commit 071a9d0f authored by David Mosberger's avatar David Mosberger Committed by James Bottomley

[PATCH] small patch for sym53c8xx_2

I thought we had an agreement for a long time already that the use of
dma64_addr_t in the sym53c8xx_2 driver was wrong, but it's still
there.
parent 23ae4736
......@@ -295,12 +295,8 @@ struct host_data {
#ifndef SYM_LINUX_DYNAMIC_DMA_MAPPING
typedef u_long bus_addr_t;
#else
#if SYM_CONF_DMA_ADDRESSING_MODE > 0
typedef dma64_addr_t bus_addr_t;
#else
typedef dma_addr_t bus_addr_t;
#endif
#endif
/*
* Used by the eh thread to wait for command completion.
......
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