remove trailing whitespace
[coreboot.git] / src / superio / smsc / lpc47n217 / chip.h
index 4369c263bd51515754a1a05c5108f3da92364edb..89a778c22c542f1f7dcc3a1783064dadf344c9ed 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#ifndef SUPERIO_SMSC_LPC47N217_CHIP_H
+#define SUPERIO_SMSC_LPC47N217_CHIP_H
+
 struct chip_operations;
 extern struct chip_operations superio_smsc_lpc47n217_ops;
 
 #include <uart8250.h>
 
 struct superio_smsc_lpc47n217_config {
-       struct uart8250 com1, com2;
+
 };
+
+#endif