remove trailing whitespace
[coreboot.git] / src / superio / smsc / lpc47n217 / chip.h
index a17ded8a75a4ab94d0119c3875f33f37db244311..89a778c22c542f1f7dcc3a1783064dadf344c9ed 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2005 Digital Design Corporation
  *
  * 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