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 20:19:35 +0300 |
commit | 9c06002682ae0cdd01caf011899224acbc6582b2 (patch) | |
tree | 77031c4eb6998c93f8bc266a4a6d204f63dc6d98 /include/linux/dma | |
parent | 2c40c787d4cac0fab33ac2ee879ae2305c2d8ded (diff) | |
download | linux-9c06002682ae0cdd01caf011899224acbc6582b2.tar.xz |
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/dma')
-rw-r--r-- | include/linux/dma/hsu.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/linux/dma/hsu.h b/include/linux/dma/hsu.h index a6b7bc707356..77ea602c287c 100644 --- a/include/linux/dma/hsu.h +++ b/include/linux/dma/hsu.h @@ -8,11 +8,13 @@ #ifndef _DMA_HSU_H #define _DMA_HSU_H -#include <linux/device.h> -#include <linux/interrupt.h> +#include <linux/errno.h> +#include <linux/kconfig.h> +#include <linux/types.h> #include <linux/platform_data/dma-hsu.h> +struct device; struct hsu_dma; /** |