remove trailing whitespace
[coreboot.git] / src / superio / nsc / pc87309 / chip.h
index 17d704123974dd171e85b64c0a070a04299ebc7e..b9f5a7a9f9a4ca3abb6b6eaf466f3f7cad7fc425 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>
  *
  * 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