remove trailing whitespace
[coreboot.git] / src / superio / ite / it8705f / chip.h
index c970ca882061acb640ace804d2306f05b730dcb4..df620a8906cc34a8cb7ff0d47a49354df95fdf05 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#ifndef _SUPERIO_ITE_IT8705F
-#define _SUPERIO_ITE_IT8705F
+#ifndef SUPERIO_ITE_IT8705F_CHIP_H
+#define SUPERIO_ITE_IT8705F_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_it8705f_ops;
 
 struct superio_ite_it8705f_config {
-       struct uart8250 com1, com2;
-};
 
-#endif /* _SUPERIO_ITE_IT8705F */
+};
 
+#endif