diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-05-30 20:08:47 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-05-30 20:08:47 +0000 |
| commit | fe12f24bb098d8d2a6c35394a53a65b3e64f83d9 (patch) | |
| tree | 69a6ad2283b012050b1dbf190ca6fd53f42bcd5c /sys/dev/cy | |
| parent | f11d01c3bc6953d394810771a2ffcfc2b9ca7fb6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/cy')
| -rw-r--r-- | sys/dev/cy/cy_isa.c | 1 | ||||
| -rw-r--r-- | sys/dev/cy/cy_pci.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c index 495b0744a35a..8d6df24127a0 100644 --- a/sys/dev/cy/cy_isa.c +++ b/sys/dev/cy/cy_isa.c @@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$"); #include <sys/systm.h> #include <sys/bus.h> #include <sys/kernel.h> +#include <sys/module.h> #include <machine/bus.h> #include <sys/rman.h> diff --git a/sys/dev/cy/cy_pci.c b/sys/dev/cy/cy_pci.c index 304d48b2f972..98c21973b3a2 100644 --- a/sys/dev/cy/cy_pci.c +++ b/sys/dev/cy/cy_pci.c @@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> +#include <sys/module.h> #include <machine/bus.h> #include <sys/rman.h> |
