Drop baud rate init to an arbitrary baud rate from Super I/O code.
[coreboot.git] / src / superio / smsc / kbc1100 / chip.h
index 4ca90e360f4d6311dd174ce1a3c9353224c863ca..020224f6505150219a333a770b3b7802f6c9a530 100644 (file)
@@ -27,7 +27,7 @@ struct chip_operations;
 extern struct chip_operations superio_smsc_kbc1100_ops;
 
 struct superio_smsc_kbc1100_config {
-       struct uart8250 com1, com2;
+       
        struct pc_keyboard keyboard;
 };