summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_button.c
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-04-09 18:14:32 +0000
committernjl <njl@FreeBSD.org>2004-04-09 18:14:32 +0000
commit9acc8ad69edafd33a721b6f745a2f9442836f466 (patch)
treee7a1d62cc5e922bdd57f7c52afef4f35c44072d0 /sys/dev/acpica/acpi_button.c
parent21179174532b3c3b55bf93df67183e5b4aa258e7 (diff)
downloadFreeBSD-src-9acc8ad69edafd33a721b6f745a2f9442836f466.zip
FreeBSD-src-9acc8ad69edafd33a721b6f745a2f9442836f466.tar.gz
Add MODULE_DEPEND entries so some of these drivers can eventually be
loaded separately from ACPI (i.e., embedded use).
Diffstat (limited to 'sys/dev/acpica/acpi_button.c')
-rw-r--r--sys/dev/acpica/acpi_button.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/acpica/acpi_button.c b/sys/dev/acpica/acpi_button.c
index 9d95ba1..8071102 100644
--- a/sys/dev/acpica/acpi_button.c
+++ b/sys/dev/acpica/acpi_button.c
@@ -83,6 +83,7 @@ static driver_t acpi_button_driver = {
static devclass_t acpi_button_devclass;
DRIVER_MODULE(acpi_button, acpi, acpi_button_driver, acpi_button_devclass,
0, 0);
+MODULE_DEPEND(acpi_button, acpi, 1, 1, 1);
static int
acpi_button_probe(device_t dev)
OpenPOWER on IntegriCloud