Please bear with me - another rename checkin. This qualifies as trivial, no
[coreboot.git] / src / superio / ite / it8671f / chip.h
index 3027e96f1d0afaebd15ef055a91b2169e81003da..b4c4d3f21d272208cbac6f54c226b1cb3a9001bb 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
 #ifndef _SUPERIO_ITE_IT8671F
 #define _SUPERIO_ITE_IT8671F
 
+#include <device/device.h>
 #include <pc80/keyboard.h>
 #include <uart8250.h>
 
-extern struct chip_operations superio_ITE_it8671f_ops;
+extern struct chip_operations superio_ite_it8671f_ops;
 
-struct superio_ITE_it8671f_config {
+struct superio_ite_it8671f_config {
        struct uart8250 com1, com2;
        struct pc_keyboard keyboard;
 };