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