From 748cd4c30d9a8251cde88aa397781880a672801e Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Wed, 4 May 2016 06:23:49 +0000 Subject: [PATCH] s/struct device */device_t/g Submitted by: kmacy --- sys/dev/lmc/if_lmc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/lmc/if_lmc.h b/sys/dev/lmc/if_lmc.h index 01213758ee9..357fd883484 100644 --- a/sys/dev/lmc/if_lmc.h +++ b/sys/dev/lmc/if_lmc.h @@ -1092,7 +1092,7 @@ struct softc #endif struct callout callout; /* watchdog needs this */ - struct device *dev; /* base device pointer */ + device_t dev; /* base device pointer */ bus_space_tag_t csr_tag; /* bus_space needs this */ bus_space_handle_t csr_handle;/* bus_space_needs this */ void *irq_cookie; /* bus_teardown_intr needs this */