Index: sys/sys/fbio.h =================================================================== --- sys/sys/fbio.h +++ sys/sys/fbio.h @@ -151,6 +151,7 @@ int fbd_register(struct fb_info *); int fbd_unregister(struct fb_info *); +#ifndef DRM4 static inline int register_framebuffer(struct fb_info *info) { @@ -167,6 +168,7 @@ return (0); } #endif +#endif #ifdef notdef /*