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