From 75b02cac5a75323f743459b3fe4ece63c6d21090 Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Mon, 21 Dec 2009 21:29:16 +0000 Subject: Provide and consume missing module dependency information. --- sys/sparc64/pci/ofw_pcib.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/sparc64/pci/ofw_pcib.c') diff --git a/sys/sparc64/pci/ofw_pcib.c b/sys/sparc64/pci/ofw_pcib.c index 3be57e3d340a..72ddeb880019 100644 --- a/sys/sparc64/pci/ofw_pcib.c +++ b/sys/sparc64/pci/ofw_pcib.c @@ -94,6 +94,7 @@ static devclass_t pcib_devclass; DEFINE_CLASS_0(pcib, ofw_pcib_driver, ofw_pcib_methods, sizeof(struct ofw_pcib_gen_softc)); DRIVER_MODULE(ofw_pcib, pci, ofw_pcib_driver, pcib_devclass, 0, 0); +MODULE_DEPEND(ofw_pcib, pci, 1, 1, 1); static int ofw_pcib_probe(device_t dev) -- cgit v1.2.3