diff options
Diffstat (limited to 'src/device/pci_device.c')
-rw-r--r-- | src/device/pci_device.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device/pci_device.c b/src/device/pci_device.c index 3623c3b564..8a6f123969 100644 --- a/src/device/pci_device.c +++ b/src/device/pci_device.c @@ -25,7 +25,6 @@ #include <timestamp.h> #include <types.h> - u8 pci_moving_config8(struct device *dev, unsigned int reg) { u8 value, ones, zeroes; |