Drop baud rate init to an arbitrary baud rate from Super I/O code.
[coreboot.git] / src / superio / nsc / pc87427 / chip.h
index 531e2df58e1bed80432367ae771c7b593c820227..d044fe09ff73304587b875fedc0a179e333b0c51 100644 (file)
@@ -28,7 +28,7 @@ extern struct chip_operations superio_nsc_pc87427_ops;
 #include <uart8250.h>
 
 struct superio_nsc_pc87427_config {
-       struct uart8250 com1, com2;
+       
        struct pc_keyboard keyboard;
 };