aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fb
diff options
context:
space:
mode:
authorJake Burkholder <jake@FreeBSD.org>2003-08-24 02:42:01 +0000
committerJake Burkholder <jake@FreeBSD.org>2003-08-24 02:42:01 +0000
commitdfc161b4ad4108e99094bc0fad45a4824d41ecf3 (patch)
treec0a1d2759ba577015a6b23b801d8174aec18fa25 /sys/dev/fb
parent6817cec98e204d0618737c419a7f174f5e66e9cf (diff)
Notes
Diffstat (limited to 'sys/dev/fb')
-rw-r--r--sys/dev/fb/fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fb/fb.c b/sys/dev/fb/fb.c
index 8dd9da8aa0e4..81651512ffe8 100644
--- a/sys/dev/fb/fb.c
+++ b/sys/dev/fb/fb.c
@@ -509,7 +509,7 @@ fbmmap(dev_t dev, vm_offset_t offset, vm_paddr_t *paddr, int nprot)
offset, paddr, nprot);
}
-DEV_DRIVER_MODULE(fb, ???, fb_driver, fb_devclass, fb_cdevsw, 0, 0);
+DEV_DRIVER_MODULE(fb, foo, fb_driver, fb_devclass, fb_cdevsw, 0, 0);
#endif
/*