summaryrefslogtreecommitdiff
path: root/src/superio/ite/it8705f/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/ite/it8705f/chip.h')
-rw-r--r--src/superio/ite/it8705f/chip.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/superio/ite/it8705f/chip.h b/src/superio/ite/it8705f/chip.h
index 7702247ed9..0697ac77b4 100644
--- a/src/superio/ite/it8705f/chip.h
+++ b/src/superio/ite/it8705f/chip.h
@@ -18,10 +18,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef _SUPERIO_ITE_IT8705F
-#define _SUPERIO_ITE_IT8705F
+#ifndef SUPERIO_ITE_IT8705F_CHIP_H
+#define SUPERIO_ITE_IT8705F_CHIP_H
-/* This chip doesn't seem to have keyboard and mouse support. */
+/* This chip doesn't have keyboard and mouse support. */
#include <device/device.h>
#include <uart8250.h>
@@ -32,4 +32,4 @@ struct superio_ite_it8705f_config {
struct uart8250 com1, com2;
};
-#endif /* _SUPERIO_ITE_IT8705F */
+#endif