Commit 4b180d97 authored by Bjorn Helgaas's avatar Bjorn Helgaas

iommu/amd: Add include of <linux/irqreturn.h>

We currently include <linux/irqreturn.h> in <linux/pci.h>, but I'm about to
remove that from linux/pci.h, so add explicit includes where needed.
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 81ec5502
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include <linux/list.h> #include <linux/list.h>
#include <linux/spinlock.h> #include <linux/spinlock.h>
#include <linux/pci.h> #include <linux/pci.h>
#include <linux/irqreturn.h>
/* /*
* Maximum number of IOMMUs supported * Maximum number of IOMMUs supported
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment