diff options
| author | Vinod Koul <vkoul@kernel.org> | 2018-10-24 09:15:48 +0100 | 
|---|---|---|
| committer | Vinod Koul <vkoul@kernel.org> | 2018-10-24 09:15:48 +0100 | 
| commit | 11b73fcf3a3aee7f70dc48eb4fb471a938dbf55e (patch) | |
| tree | 58b1507cc9bad1f8eefbeb90b6b68c105f48a77f | |
| parent | b8bb45cbb3873f38715471726530eedf39a13ac7 (diff) | |
| parent | 5658f4f94ccab6fa93af82368a63256011f9592c (diff) | |
Merge branch 'topic/dw' into for-linus
| -rw-r--r-- | drivers/dma/dw/platform.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/drivers/dma/dw/platform.c b/drivers/dma/dw/platform.c index f62dd0944908..f01b2c173fa6 100644 --- a/drivers/dma/dw/platform.c +++ b/drivers/dma/dw/platform.c @@ -284,6 +284,8 @@ MODULE_DEVICE_TABLE(of, dw_dma_of_id_table);  #ifdef CONFIG_ACPI  static const struct acpi_device_id dw_dma_acpi_id_table[] = {  	{ "INTL9C60", 0 }, +	{ "80862286", 0 }, +	{ "808622C0", 0 },  	{ }  };  MODULE_DEVICE_TABLE(acpi, dw_dma_acpi_id_table); | 
