aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpi_button.c
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2004-04-09 18:14:32 +0000
committerNate Lawson <njl@FreeBSD.org>2004-04-09 18:14:32 +0000
commit64278df5e02bfd3061b58440a695339ec48c2785 (patch)
treee7a1d62cc5e922bdd57f7c52afef4f35c44072d0 /sys/dev/acpica/acpi_button.c
parent57c5e42ae89c6c2d8fbdd496360c0a133baae318 (diff)
downloadsrc-64278df5e02bfd3061b58440a695339ec48c2785.tar.gz
src-64278df5e02bfd3061b58440a695339ec48c2785.zip
Add MODULE_DEPEND entries so some of these drivers can eventually be
loaded separately from ACPI (i.e., embedded use).
Notes
Notes: svn path=/head/; revision=128071
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 9d95ba1ad273..8071102947e4 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)