Drop baud rate init to an arbitrary baud rate from Super I/O code.
[coreboot.git] / src / superio / smsc / sio10n268 / chip.h
index 43ad1682238d678a65cdaf1e40cc6593ff3665dd..32703bb394b088db3b9668d1e7608455f1dc9c0d 100644 (file)
@@ -27,7 +27,7 @@
 extern struct chip_operations superio_smsc_sio10n268_ops;
 
 struct superio_smsc_sio10n268_config {
-       struct uart8250 com1, com2;
+       
        struct pc_keyboard keyboard;
 };