diff options
| author | Maxime Henrion <mux@FreeBSD.org> | 2004-08-05 07:20:24 +0000 |
|---|---|---|
| committer | Maxime Henrion <mux@FreeBSD.org> | 2004-08-05 07:20:24 +0000 |
| commit | 1af8a68c46623055468e0cc22273bb13fec0ce0a (patch) | |
| tree | d2b940f50749d8f7da2c42e63abb20a57c78f0a6 /sys/dev/drm | |
| parent | 08e062ff1e3fb0f8c75e6d986356fbafcfc4e166 (diff) | |
Notes
Diffstat (limited to 'sys/dev/drm')
| -rw-r--r-- | sys/dev/drm/drm_drv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/drm/drm_drv.h b/sys/dev/drm/drm_drv.h index 642cc7413668..1227296eb6ac 100644 --- a/sys/dev/drm/drm_drv.h +++ b/sys/dev/drm/drm_drv.h @@ -124,6 +124,7 @@ static void DRM(cleanup)(drm_device_t *dev); #if __REALLY_HAVE_AGP MODULE_DEPEND(DRIVER_NAME, agp, 1, 1, 1); #endif +MODULE_DEPEND(DRIVER_NAME, mem, 1, 1, 1); #endif /* __FreeBSD__ */ #ifdef __NetBSD__ |
