remove trailing whitespace
[coreboot.git] / src / superio / ite / it8661f / chip.h
index 5a173b1f3e1a0fbebce7dbbbdc471afb395ce859..64b2cf873f77fc855247ecfb14a49f2518543736 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#ifndef _SUPERIO_ITE_IT8661F
-#define _SUPERIO_ITE_IT8661F
+#ifndef SUPERIO_ITE_IT8661F_CHIP_H
+#define SUPERIO_ITE_IT8661F_CHIP_H
 
-/* This chip doesn't seem to have keyboard and mouse support. */
+/* This chip doesn't have keyboard and mouse support. */
 
 #include <device/device.h>
 #include <uart8250.h>
@@ -29,8 +29,7 @@
 extern struct chip_operations superio_ite_it8661f_ops;
 
 struct superio_ite_it8661f_config {
-       struct uart8250 com1, com2;
-};
 
-#endif /* _SUPERIO_ITE_IT8661F */
+};
 
+#endif