summaryrefslogtreecommitdiff
path: root/drivers/dma/dw_dmac_regs.h
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2013-04-09 11:05:46 (GMT)
committerVinod Koul <vinod.koul@intel.com>2013-04-15 16:34:19 (GMT)
commit42c91ee71d6dfa074b4c79abb95eb095430f83af (patch)
tree0dd3d1510d1646c8190f7bec45075aba18410db5 /drivers/dma/dw_dmac_regs.h
parent4e82f5ddd1e46fadc3a3c5aafdaec2d1416de9fe (diff)
downloadlinux-42c91ee71d6dfa074b4c79abb95eb095430f83af.tar.xz
dw_dmac: add ACPI support
Since we have proper ACPI DMA helpers implemented, the driver may use it. This patch introduces custom filter function together with acpi_device_id table. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/dw_dmac_regs.h')
-rw-r--r--drivers/dma/dw_dmac_regs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/dw_dmac_regs.h b/drivers/dma/dw_dmac_regs.h
index 9b0e12e..9d41720 100644
--- a/drivers/dma/dw_dmac_regs.h
+++ b/drivers/dma/dw_dmac_regs.h
@@ -250,7 +250,6 @@ struct dw_dma {
/* hardware configuration */
unsigned char nr_masters;
unsigned char data_width[4];
- unsigned int request_line_base;
struct dw_dma_chan chan[0];
};