remove trailing whitespace
[coreboot.git] / src / superio / nsc / pc87309 / chip.h
index 83b4bfc3a3108bfa93e8decbd9adbf61c6b6bfee..b9f5a7a9f9a4ca3abb6b6eaf466f3f7cad7fc425 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#ifndef SUPERIO_NSC_PC87309_CHIP_H
+#define SUPERIO_NSC_PC87309_CHIP_H
+
 #include <pc80/keyboard.h>
 #include <uart8250.h>
 
 extern struct chip_operations superio_nsc_pc87309_ops;
 
 struct superio_nsc_pc87309_config {
-       struct uart8250 com1, com2;
+
        struct pc_keyboard keyboard;
 };
+
+#endif