diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/device/path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/device/path.h b/src/include/device/path.h index 8b923c18fd..63e95380c4 100644 --- a/src/include/device/path.h +++ b/src/include/device/path.h @@ -69,7 +69,7 @@ struct device_path { struct apic_cluster_path apic_cluster; struct cpu_path cpu; struct cpu_bus_path cpu_bus; - } u; + }; }; |