remove trailing whitespace
[coreboot.git] / src / superio / ite / it8661f / chip.h
index e3ecd70ac25fa00bcbb4c02bbde5e528ce455b82..64b2cf873f77fc855247ecfb14a49f2518543736 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the coreboot project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * 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 <pc80/keyboard.h> */
+#include <device/device.h>
 #include <uart8250.h>
 
-extern struct chip_operations superio_ITE_it8661f_ops;
+extern struct chip_operations superio_ite_it8661f_ops;
 
-struct superio_ITE_it8661f_config {
-       struct uart8250 com1, com2;
-       /* struct pc_keyboard keyboard; */
-};
+struct superio_ite_it8661f_config {
 
-#endif /* _SUPERIO_ITE_IT8661F */
+};
 
+#endif