remove trailing whitespace
[coreboot.git] / src / superio / smsc / smscsuperio / chip.h
index 3f017e4464fa858b9b8a8fbad04d082488440180..86f93be58d5e1836db63e75d9d7c5d59b6977047 100644 (file)
@@ -18,6 +18,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#ifndef SUPERIO_SMSC_SMSCSUPERIO_CHIP_H
+#define SUPERIO_SMSC_SMSCSUPERIO_CHIP_H
+
 #include <device/device.h>
 #include <pc80/keyboard.h>
 #include <uart8250.h>
@@ -25,6 +28,8 @@
 extern struct chip_operations superio_smsc_smscsuperio_ops;
 
 struct superio_smsc_smscsuperio_config {
-       struct uart8250 com1, com2;
+
        struct pc_keyboard keyboard;
 };
+
+#endif