remove trailing whitespace
[coreboot.git] / src / superio / smsc / lpc47n227 / chip.h
index ef1030751e950635e8a5f0db08b01eb7a8916512..8b3a2c9dfcb3d9da9ee69a829205d03a5c64c86f 100644 (file)
@@ -17,6 +17,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#ifndef SUPERIO_SMSC_LPC47N227_CHIP_H
+#define SUPERIO_SMSC_LPC47N227_CHIP_H
+
 #include <device/device.h>
 #include <pc80/keyboard.h>
 #include <uart8250.h>
@@ -24,6 +27,8 @@
 extern struct chip_operations superio_smsc_lpc47n227_ops;
 
 struct superio_smsc_lpc47n227_config {
-       struct uart8250 com1, com2;
+
        struct pc_keyboard keyboard;
 };
+
+#endif