remove trailing whitespace
[coreboot.git] / src / superio / ite / it8718f / chip.h
index 2f1e29f72e042905eb489ebebb1b3cafebb41757..43f7152fbb84e62ed2c6cc5951317ab341b1f644 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_IT8718F
-#define _SUPERIO_ITE_IT8718F
+#ifndef SUPERIO_ITE_IT8718F_CHIP_H
+#define SUPERIO_ITE_IT8718F_CHIP_H
 
 #include <device/device.h>
 #include <pc80/keyboard.h>
@@ -28,9 +28,8 @@
 extern struct chip_operations superio_ite_it8718f_ops;
 
 struct superio_ite_it8718f_config {
-       struct uart8250 com1, com2;
+
        struct pc_keyboard keyboard;
 };
 
-#endif /* _SUPERIO_ITE_IT8718F */
-
+#endif