]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
dmaengine: idma64: Move driver name to the header
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 9 Apr 2019 15:02:19 +0000 (18:02 +0300)
committerVinod Koul <vkoul@kernel.org>
Fri, 26 Apr 2019 11:25:23 +0000 (16:55 +0530)
commitffcfc20f7489ecc1b5fbde68dae14f72c47330ab
treece386b5ad301fd05a306c857df41b813cb16f744
parentc7266d26dc12bc056c0a7ffdbd4f4df41a8c25da
dmaengine: idma64: Move driver name to the header

There are two drivers that are relying on the iDMA 64-bit driver name
to match. Instead of duplicating string in both of them, dedicate
a header file and share it between users.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/idma64.c
drivers/mfd/intel-lpss.c
include/linux/dma/idma64.h [new file with mode: 0644]