Drop baud rate init to an arbitrary baud rate from Super I/O code.
[coreboot.git] / src / superio / nsc / pc87384 / chip.h
index 4eaa92f3ec3bffb8dec3fe3aa14c4842d5e37e82..d0064789623a1ddb10db08766e7599c6f7c0f247 100644 (file)
@@ -25,7 +25,7 @@
 extern struct chip_operations superio_nsc_pc87384_ops;
 
 struct superio_nsc_pc87384_config {
-       struct uart8250 com1, com2;
+       
 };
 
 #endif