summaryrefslogtreecommitdiff
path: root/drivers/dma/hsu/pci.c
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2022-07-13 20:22:35 +0300
committerVinod Koul <vkoul@kernel.org>2022-09-04 22:49:35 +0530
commit9c06002682ae0cdd01caf011899224acbc6582b2 (patch)
tree77031c4eb6998c93f8bc266a4a6d204f63dc6d98 /drivers/dma/hsu/pci.c
parent2c40c787d4cac0fab33ac2ee879ae2305c2d8ded (diff)
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 'drivers/dma/hsu/pci.c')
-rw-r--r--drivers/dma/hsu/pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/hsu/pci.c b/drivers/dma/hsu/pci.c
index 8cdf715a7e9e..0fcc0c0c22fc 100644
--- a/drivers/dma/hsu/pci.c
+++ b/drivers/dma/hsu/pci.c
@@ -10,6 +10,7 @@
#include <linux/bitops.h>
#include <linux/device.h>
+#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/pci.h>