diff options
| author | Olivier Houchard <cognet@FreeBSD.org> | 2004-01-09 23:30:31 +0000 |
|---|---|---|
| committer | Olivier Houchard <cognet@FreeBSD.org> | 2004-01-09 23:30:31 +0000 |
| commit | 63bfa8ba2cd478656fe6ea9f5ef3247e8047f16d (patch) | |
| tree | 111eb6d3a8563db696b0ab31c1c7045999594875 /sys/dev/trm | |
| parent | a4b187fa33f1856b9c0293b900d36b4c797b459d (diff) | |
Notes
Diffstat (limited to 'sys/dev/trm')
| -rw-r--r-- | sys/dev/trm/trm.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/trm/trm.c b/sys/dev/trm/trm.c index c2a2cf2278b7..42aa101349a7 100644 --- a/sys/dev/trm/trm.c +++ b/sys/dev/trm/trm.c @@ -64,9 +64,6 @@ __FBSDID("$FreeBSD$"); * <doginou@ci0.org>, 2002-03-04 */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/systm.h> @@ -3722,3 +3719,4 @@ static driver_t trm_driver = { static devclass_t trm_devclass; DRIVER_MODULE(trm, pci, trm_driver, trm_devclass, 0, 0); +MODULE_DEPEND(trm, cam, 1, 1, 1); |
