aboutsummaryrefslogtreecommitdiff
path: root/src/superio/ite/it8728f
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/ite/it8728f')
-rw-r--r--src/superio/ite/it8728f/it8728f_hwm.c2
-rw-r--r--src/superio/ite/it8728f/it8728f_internal.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/superio/ite/it8728f/it8728f_hwm.c b/src/superio/ite/it8728f/it8728f_hwm.c
index fd486a8ee6..23fa9e8830 100644
--- a/src/superio/ite/it8728f/it8728f_hwm.c
+++ b/src/superio/ite/it8728f/it8728f_hwm.c
@@ -41,7 +41,7 @@ static void pnp_write_index(u16 port, u8 reg, u8 value)
outb(value, port + 1);
}
-void it8728f_hwm_ec_init(device_t dev)
+void it8728f_hwm_ec_init(struct device *dev)
{
struct superio_ite_it8728f_config *conf = dev->chip_info;
struct resource *res = find_resource(dev, PNP_IDX_IO0);
diff --git a/src/superio/ite/it8728f/it8728f_internal.h b/src/superio/ite/it8728f/it8728f_internal.h
index 89aecb4663..6eb16afdec 100644
--- a/src/superio/ite/it8728f/it8728f_internal.h
+++ b/src/superio/ite/it8728f/it8728f_internal.h
@@ -23,6 +23,6 @@
#include <device/device.h>
-void it8728f_hwm_ec_init(device_t dev);
+void it8728f_hwm_ec_init(struct device *dev);
#endif /* SUPERIO_ITE_IT8728F_INTERNAL_H */