Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210334
b: refs/heads/master
c: 271fb71
h: refs/heads/master
v: v3
  • Loading branch information
Rafael J. Wysocki authored and Jesse Barnes committed Aug 24, 2010
1 parent 7c8edd5 commit 3299fa0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2bd50dd800b52245294cfceb56be62020cdc7515
refs/heads/master: 271fb719cc472af3b1e96d8c527bb0da7060a172
2 changes: 1 addition & 1 deletion trunk/drivers/pci/pcie/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ obj-$(CONFIG_PCIEPORTBUS) += pcieportdrv.o
# Build PCI Express AER if needed
obj-$(CONFIG_PCIEAER) += aer/

obj-$(CONFIG_PCIE_PME) += pme/
obj-$(CONFIG_PCIE_PME) += pme.o
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
#include <linux/pci-acpi.h>
#include <linux/pm_runtime.h>

#include "../../pci.h"
#include "../portdrv.h"
#include "../pci.h"
#include "portdrv.h"

#define PCI_EXP_RTSTA_PME 0x10000 /* PME status */
#define PCI_EXP_RTSTA_PENDING 0x20000 /* PME pending */
Expand Down
5 changes: 0 additions & 5 deletions trunk/drivers/pci/pcie/pme/Makefile

This file was deleted.

0 comments on commit 3299fa0

Please sign in to comment.