Please bear with me - another rename checkin. This qualifies as trivial, no
[coreboot.git] / src / superio / ite / it8705f / chip.h
index 4c782b8c6c449da8b9d15063affa5312ddb4f4cf..c970ca882061acb640ace804d2306f05b730dcb4 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
 
 /* This chip doesn't seem to have keyboard and mouse support. */
 
+#include <device/device.h>
 #include <uart8250.h>
 
-extern struct chip_operations superio_ITE_it8705f_ops;
+extern struct chip_operations superio_ite_it8705f_ops;
 
-struct superio_ITE_it8705f_config {
+struct superio_ite_it8705f_config {
        struct uart8250 com1, com2;
 };