Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274476
b: refs/heads/master
c: eefa9cf
h: refs/heads/master
v: v3
  • Loading branch information
Paul Gortmaker committed Oct 31, 2011
1 parent a0159e7 commit 050c8eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 363c75db1d7bbda0aa90e680565f2673bab92ee4
refs/heads/master: eefa9cfc891d18aa83744353d2a3fbe95a86ee2d
1 change: 1 addition & 0 deletions trunk/drivers/pci/hotplug/pciehp_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <linux/pci.h>
#include <linux/pci_hotplug.h>
#include <linux/slab.h>
#include <linux/module.h>
#include "pciehp.h"

#define PCIEHP_DETECT_PCIE (0)
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/pci/hotplug/rpadlpar_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#undef DEBUG

#include <linux/init.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/string.h>
#include <linux/vmalloc.h>
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/pci/slot.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#include <linux/kobject.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/err.h>
#include "pci.h"
Expand Down

0 comments on commit 050c8eb

Please sign in to comment.