diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-12-17 10:40:51 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-12-17 10:40:51 -0800 |
commit | a36bfddd65b58dd8c8364dba919c04922e04f2f5 (patch) | |
tree | 6adfdaa4747377806d8e13256856de0699ba6cbe /drivers/pci/ats.c | |
parent | 384703b8e6cd4c8ef08512e596024e028c91c339 (diff) | |
parent | b51306c63449d7f06ffa689036ba49eb46e898b5 (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci:
PCI: Set device power state to PCI_D0 for device without native PM support
PCI hotplug: Always allow acpiphp to handle non-PCIe bridges
PCI: fix ats compile failure
PCI: defer enablement of SRIOV BARS
Diffstat (limited to 'drivers/pci/ats.c')
-rw-r--r-- | drivers/pci/ats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/ats.c b/drivers/pci/ats.c index 7ec56fb0bd7..b0dd08e6a9d 100644 --- a/drivers/pci/ats.c +++ b/drivers/pci/ats.c @@ -13,6 +13,7 @@ #include <linux/export.h> #include <linux/pci-ats.h> #include <linux/pci.h> +#include <linux/slab.h> #include "pci.h" |