diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2022-07-13 20:22:35 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-09-04 22:49:35 +0530 |
commit | 9c06002682ae0cdd01caf011899224acbc6582b2 (patch) | |
tree | 77031c4eb6998c93f8bc266a4a6d204f63dc6d98 /include/linux/platform_data/dma-hsu.h | |
parent | 2c40c787d4cac0fab33ac2ee879ae2305c2d8ded (diff) | |
download | lwn-9c06002682ae0cdd01caf011899224acbc6582b2.tar.gz lwn-9c06002682ae0cdd01caf011899224acbc6582b2.zip |
dmaengine: hsu: Include headers we are direct user of
For the sake of integrity, include headers we are direct user of.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20220713172235.22611-4-andriy.shevchenko@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'include/linux/platform_data/dma-hsu.h')
-rw-r--r-- | include/linux/platform_data/dma-hsu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/platform_data/dma-hsu.h b/include/linux/platform_data/dma-hsu.h index c65b412b2b33..611bae193c1c 100644 --- a/include/linux/platform_data/dma-hsu.h +++ b/include/linux/platform_data/dma-hsu.h @@ -8,7 +8,7 @@ #ifndef _PLATFORM_DATA_DMA_HSU_H #define _PLATFORM_DATA_DMA_HSU_H -#include <linux/device.h> +struct device; struct hsu_dma_slave { struct device *dma_dev; |