aboutsummaryrefslogtreecommitdiff
path: root/src/include/device/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/device/device.h')
-rw-r--r--src/include/device/device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/device/device.h b/src/include/device/device.h
index 5ab7748999..42b68f6c39 100644
--- a/src/include/device/device.h
+++ b/src/include/device/device.h
@@ -64,8 +64,8 @@ struct device {
struct device_path path;
unsigned vendor;
unsigned device;
- u16 subsystem_vendor;
- u16 subsystem_device;
+ u16 subsystem_vendor;
+ u16 subsystem_device;
unsigned int class; /* 3 bytes: (base, sub, prog-if) */
unsigned int hdr_type; /* PCI header type */
unsigned int enabled : 1; /* set if we should enable the device */