summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi_support
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2016-05-04 06:26:27 +0000
committeradrian <adrian@FreeBSD.org>2016-05-04 06:26:27 +0000
commit5ecb149f523557a3f795c118cb59edbaef530844 (patch)
tree8a313fb55008c07c7ff1bb7017669a20c2834a50 /sys/dev/acpi_support
parent24c5174a49587781ed0bbe57cb195c16ea398053 (diff)
downloadFreeBSD-src-5ecb149f523557a3f795c118cb59edbaef530844.zip
FreeBSD-src-5ecb149f523557a3f795c118cb59edbaef530844.tar.gz
s/struct device */device_t/g
Submitted by: kmacy
Diffstat (limited to 'sys/dev/acpi_support')
-rw-r--r--sys/dev/acpi_support/atk0110.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpi_support/atk0110.c b/sys/dev/acpi_support/atk0110.c
index 7d30d5f..3a49988 100644
--- a/sys/dev/acpi_support/atk0110.c
+++ b/sys/dev/acpi_support/atk0110.c
@@ -66,7 +66,7 @@ struct aibs_sensor {
};
struct aibs_softc {
- struct device *sc_dev;
+ device_t sc_dev;
ACPI_HANDLE sc_ah;
struct aibs_sensor *sc_asens_volt;
OpenPOWER on IntegriCloud