Skip to content

Commit

Permalink
iommu/amd: Add include of <linux/irqreturn.h>
Browse files Browse the repository at this point in the history
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: Bjorn Helgaas <bhelgaas@google.com>
  • Loading branch information
Bjorn Helgaas committed Feb 19, 2014
1 parent 81ec550 commit 4b180d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/iommu/amd_iommu_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b180d9

Please sign in to comment.