Various minor cosmetic changes in the ITE Super I/Os, mostly whitespace
[coreboot.git] / src / superio / ite / it8661f / chip.h
index 4931655178735efd610317a0ebb3c55f14751684..691f0e2ab57fb9aa0927245771c3d18988108809 100644 (file)
 
 /* This chip doesn't seem to have keyboard and mouse support. */
 
-/* #include <pc80/keyboard.h> */
 #include <uart8250.h>
 
 extern struct chip_operations superio_ite_it8661f_ops;
 
 struct superio_ite_it8661f_config {
        struct uart8250 com1, com2;
-       /* struct pc_keyboard keyboard; */
 };
 
 #endif /* _SUPERIO_ITE_IT8661F */