Commit 482ac984 authored by Matt Domsch's avatar Matt Domsch

pci.h whitespace cleanups

parent f45d069a
...@@ -514,8 +514,6 @@ struct pci_driver { ...@@ -514,8 +514,6 @@ struct pci_driver {
#define to_pci_driver(drv) container_of(drv,struct pci_driver, driver) #define to_pci_driver(drv) container_of(drv,struct pci_driver, driver)
/* these external functions are only available when PCI support is enabled */ /* these external functions are only available when PCI support is enabled */
#ifdef CONFIG_PCI #ifdef CONFIG_PCI
...@@ -778,8 +776,6 @@ static inline int pci_enable_wake(struct pci_dev *dev, u32 state, int enable) { ...@@ -778,8 +776,6 @@ static inline int pci_enable_wake(struct pci_dev *dev, u32 state, int enable) {
#define isa_bridge ((struct pci_dev *)NULL) #define isa_bridge ((struct pci_dev *)NULL)
#else #else
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment