remove trailing whitespace
[coreboot.git] / src / superio / smsc / lpc47m10x / chip.h
index abd21be92660fd4f3c9fdcd3120eb165e427978d..6d6ee97603fe945747f65dabdd4a130edeb452cd 100644 (file)
@@ -22,6 +22,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
+#ifndef SUPERIO_SMSC_LPC47M10X_CHIP_H
+#define SUPERIO_SMSC_LPC47M10X_CHIP_H
+
 struct chip_operations;
 extern struct chip_operations superio_smsc_lpc47m10x_ops;
 
@@ -29,6 +32,8 @@ extern struct chip_operations superio_smsc_lpc47m10x_ops;
 #include <uart8250.h>
 
 struct superio_smsc_lpc47m10x_config {
-       struct uart8250 com1, com2;
+
        struct pc_keyboard keyboard;
 };
+
+#endif