remove trailing whitespace
[coreboot.git] / src / superio / smsc / smscsuperio / chip.h
index d87beb59a146c6ab7eaa24ddf5166799913bc5a3..86f93be58d5e1836db63e75d9d7c5d59b6977047 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de>
  *
@@ -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