remove trailing whitespace
[coreboot.git] / src / superio / winbond / w83627uhg / chip.h
index fa1a653516706d3ebd2f83495a26885cf9448b5a..2802382ab9c340bfa5a89a1733592dc3bebf4f9e 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 $
  */
 
+#ifndef SUPERIO_WINBOND_W83627UHG_CHIP_H
+#define SUPERIO_WINBOND_W83627UHG_CHIP_H
+
 #include <pc80/keyboard.h>
 #include <uart8250.h>
 
 extern struct chip_operations superio_winbond_w83627uhg_ops;
 
 struct superio_winbond_w83627uhg_config {
-       struct uart8250 com1, com2, com3, com4, com5, com6;
+
        struct pc_keyboard keyboard;
 };
+
+#endif