summaryrefslogtreecommitdiff
path: root/src/superio/ite/it8661f/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/ite/it8661f/chip.h')
-rw-r--r--src/superio/ite/it8661f/chip.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/superio/ite/it8661f/chip.h b/src/superio/ite/it8661f/chip.h
index 4931655178..691f0e2ab5 100644
--- a/src/superio/ite/it8661f/chip.h
+++ b/src/superio/ite/it8661f/chip.h
@@ -23,14 +23,12 @@
/* 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 */