changed dev->enable to dev->enabled. Sorry, I am the only one who can't speak
[coreboot.git] / src / superio / NSC / pc87360 / superio.c
index 50d71ea92756668b3116ec761a4a586ccc4a5677..a9131569f55fdb6531d7c4dc75d304348c86028c 100644 (file)
@@ -21,7 +21,7 @@ static void init(device_t dev)
        /* Wishlist handle well known programming interfaces more
         * generically.
         */
-       if (!dev->enable) {
+       if (!dev->enabled) {
                return;
        }
        conf = dev->chip->chip_info;