remove trailing whitespace
[coreboot.git] / src / superio / ite / it8712f / chip.h
index f784ec4fc8898d2b10953e41ee19583ed8f9cdfb..18630066db43e155c9b11c5f2c53e70de1e594c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#ifndef _SUPERIO_ITE_IT8712F
-#define _SUPERIO_ITE_IT8712F
+#ifndef SUPERIO_ITE_IT8712F_CHIP_H
+#define SUPERIO_ITE_IT8712F_CHIP_H
 
 #include <device/device.h>
 #include <pc80/keyboard.h>
@@ -28,9 +28,8 @@
 extern struct chip_operations superio_ite_it8712f_ops;
 
 struct superio_ite_it8712f_config {
-       struct uart8250 com1, com2;
+
        struct pc_keyboard keyboard;
 };
 
-#endif /* _SUPERIO_ITE_IT8712F */
-
+#endif