diff --git a/sys/dev/fb/fbd.c b/sys/dev/fb/fbd.c index 44d752c2dae5..40433ef3fca0 100644 --- a/sys/dev/fb/fbd.c +++ b/sys/dev/fb/fbd.c @@ -48,6 +48,7 @@ __FBSDID("$FreeBSD$"); #include +#include #include #include "fb_if.h" @@ -206,7 +207,7 @@ vt_fb_indir_copy(struct fb_info *sc, uint32_t offset_to, uint32_t offset_from, sc->copy(sc->fb_priv, offset_to, offset_from, size); } -static int +int fb_probe(struct fb_info *info) {