Skip to content
Snippets Groups Projects
Commit 4b180d97 authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@
#include <linux/list.h>
#include <linux/spinlock.h>
#include <linux/pci.h>
#include <linux/irqreturn.h>
/*
* Maximum number of IOMMUs supported
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment