summaryrefslogtreecommitdiffstats
path: root/drivers/dma/idxd
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2022-11-13 21:34:02 +0100
committerVinod Koul <vkoul@kernel.org>2022-11-14 03:59:12 +0530
commit444eef7d5695393f214d83180f3e4bb99621cd07 (patch)
tree830961b6b1dbdf2cd512b274d4ad29dd0e13848e /drivers/dma/idxd
parent22c354cf3fec6aa52cf2df6685b33ce5f265edf8 (diff)
downloadlinux-444eef7d5695393f214d83180f3e4bb99621cd07.tar.bz2
dmaengine: idxd: Remove linux/msi.h include
Nothing in this file needs anything from linux/msi.h Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Fenghua Yu <fenghua.yu@intel.com> Cc: Dave Jiang <dave.jiang@intel.com> Cc: Vinod Koul <vkoul@kernel.org> Cc: dmaengine@vger.kernel.org Link: https://lore.kernel.org/r/20221113202428.573536003@linutronix.de Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/idxd')
-rw-r--r--drivers/dma/idxd/device.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/idxd/device.c b/drivers/dma/idxd/device.c
index 6f44fa8f78a5..06f5d3783d77 100644
--- a/drivers/dma/idxd/device.c
+++ b/drivers/dma/idxd/device.c
@@ -7,7 +7,6 @@
#include <linux/io-64-nonatomic-lo-hi.h>
#include <linux/dmaengine.h>
#include <linux/irq.h>
-#include <linux/msi.h>
#include <uapi/linux/idxd.h>
#include "../dmaengine.h"
#include "idxd.h"