Drop baud rate init to an arbitrary baud rate from Super I/O code.
[coreboot.git] / src / superio / winbond / w83977tf / chip.h
index e50f00661f0458bc9d7da18e3d51a0702b6e75f8..cc24fc0e6239f9273df6f18f664d86556bcf7384 100644 (file)
@@ -29,7 +29,7 @@
 extern struct chip_operations superio_winbond_w83977tf_ops;
 
 struct superio_winbond_w83977tf_config {
-       struct uart8250 com1, com2;
+       
        struct pc_keyboard keyboard;
 };