diff options
Diffstat (limited to 'include/linux/pci.h')
| -rw-r--r-- | include/linux/pci.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 78417e421b4c..481ea0663f19 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
| @@ -209,11 +209,6 @@ static inline void pci_add_saved_cap(struct pci_dev *pci_dev, | |||
| 209 | hlist_add_head(&new_cap->next, &pci_dev->saved_cap_space); | 209 | hlist_add_head(&new_cap->next, &pci_dev->saved_cap_space); |
| 210 | } | 210 | } |
| 211 | 211 | ||
| 212 | static inline void pci_remove_saved_cap(struct pci_cap_saved_state *cap) | ||
| 213 | { | ||
| 214 | hlist_del(&cap->next); | ||
| 215 | } | ||
| 216 | |||
| 217 | /* | 212 | /* |
| 218 | * For PCI devices, the region numbers are assigned this way: | 213 | * For PCI devices, the region numbers are assigned this way: |
| 219 | * | 214 | * |
