summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi_support
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2012-02-28 15:12:26 +0000
committerkevlo <kevlo@FreeBSD.org>2012-02-28 15:12:26 +0000
commit00f3aa909e67561f4baf2469c0aa26c0510c62a5 (patch)
tree242df235cb001e384d5d6f913b13aa7ec6e8cdaa /sys/dev/acpi_support
parentd5508249a76950a8074e6a15e156c7597a06741e (diff)
downloadFreeBSD-src-00f3aa909e67561f4baf2469c0aa26c0510c62a5.zip
FreeBSD-src-00f3aa909e67561f4baf2469c0aa26c0510c62a5.tar.gz
Add missing MODULE_DEPEND() so that acpi.ko and aibs.ko can be
loaded dynamically.
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 363dcc7..c3f480e 100644
--- a/sys/dev/acpi_support/atk0110.c
+++ b/sys/dev/acpi_support/atk0110.c
@@ -97,7 +97,7 @@ static driver_t aibs_driver = {
static devclass_t aibs_devclass;
DRIVER_MODULE(aibs, acpi, aibs_driver, aibs_devclass, NULL, NULL);
-
+MODULE_DEPEND(aibs, acpi, 1, 1, 1);
static char* aibs_hids[] = {
"ATK0110",
OpenPOWER on IntegriCloud