Changeset 49137 in vbox for trunk/src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c
- Timestamp:
- Oct 16, 2013 12:28:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c
r45300 r49137 81 81 #else 82 82 # define PCI_DEV_GET(v,d,p) pci_find_device(v,d,p) 83 # define PCI_DEV_PUT(x) do { } while(0)83 # define PCI_DEV_PUT(x) do { } while (0) 84 84 # define PCI_DEV_GET_SLOT(bus, devfn) pci_find_slot(bus, devfn) 85 85 #endif
Note:
See TracChangeset
for help on using the changeset viewer.