summaryrefslogtreecommitdiff
path: root/src/superio/ite/it8716f/it8716f.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/ite/it8716f/it8716f.h')
-rw-r--r--src/superio/ite/it8716f/it8716f.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/superio/ite/it8716f/it8716f.h b/src/superio/ite/it8716f/it8716f.h
index 37b8b654f9..bbf57081e7 100644
--- a/src/superio/ite/it8716f/it8716f.h
+++ b/src/superio/ite/it8716f/it8716f.h
@@ -21,7 +21,6 @@
#ifndef SUPERIO_ITE_IT8716F_H
#define SUPERIO_ITE_IT8716F_H
-#include <device/pnp.h>
#include <stdint.h>
/* Datasheet: http://www.ite.com.tw/product_info/PC/Brief-IT8716_2.asp */
@@ -39,12 +38,6 @@
#define IT8716F_GAME 0x09 /* GAME port */
#define IT8716F_IR 0x0a /* Consumer IR */
-#define IT8716F_UART_CLK_PREDIVIDE_48 0x00 /* default */
-#define IT8716F_UART_CLK_PREDIVIDE_24 0x01
-
-void it8716f_conf_clkin(device_t dev, u8 predivide);
-void it8716f_enable_serial(device_t dev, u16 iobase);
-
#if CONFIG_SUPERIO_ITE_IT8716F_OVERRIDE_FANCTL
/* Provided by mainboard, called by IT8716F superio.c. */
void init_ec(u16 base);