coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3
[coreboot.git] / src / superio / nsc / pc87309 / superio.c
index 7f98523ad5d95fa7d18201b15257bc9556e604d0..6ae33ca544a3515ec3a873b6f9a9da499a95b84c 100644 (file)
@@ -36,7 +36,7 @@ static void init(device_t dev)
                return;
        }
        conf = dev->chip_info;
-       switch (dev->path.u.pnp.device) {
+       switch (dev->path.pnp.device) {
        case PC87309_SP1:
                res0 = find_resource(dev, PNP_IDX_IO0);
                init_uart8250(res0->base, &conf->com1);