diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2013-04-09 14:05:46 +0300 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2013-04-15 22:04:19 +0530 |
commit | 42c91ee71d6dfa074b4c79abb95eb095430f83af (patch) | |
tree | 0dd3d1510d1646c8190f7bec45075aba18410db5 /drivers/dma/dw_dmac_regs.h | |
parent | 4e82f5ddd1e46fadc3a3c5aafdaec2d1416de9fe (diff) |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/dw_dmac_regs.h b/drivers/dma/dw_dmac_regs.h index 9b0e12e85e31..9d417200bd57 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]; }; |