diff options
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r-- | include/linux/pci.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 87aab07e239a..4b4d711a5da8 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
@@ -309,8 +309,8 @@ struct pci_raw_ops { | |||
309 | extern struct pci_raw_ops *raw_pci_ops; | 309 | extern struct pci_raw_ops *raw_pci_ops; |
310 | 310 | ||
311 | struct pci_bus_region { | 311 | struct pci_bus_region { |
312 | unsigned long start; | 312 | resource_size_t start; |
313 | unsigned long end; | 313 | resource_size_t end; |
314 | }; | 314 | }; |
315 | 315 | ||
316 | struct pci_dynids { | 316 | struct pci_dynids { |