From 434a72c31291b30298bc254d4579bea447b57044 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 22 Jul 2025 18:28:44 +0200 Subject: [PATCH] xfree86: drivers: fbdev: drop XFree86Loader Since we're in-tree now, we always have the xf86 loader. Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xfree86/drivers/video/fbdev/src/fbdev.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hw/xfree86/drivers/video/fbdev/src/fbdev.c b/hw/xfree86/drivers/video/fbdev/src/fbdev.c index fdaf5a44a..19efb18b3 100644 --- a/hw/xfree86/drivers/video/fbdev/src/fbdev.c +++ b/hw/xfree86/drivers/video/fbdev/src/fbdev.c @@ -128,8 +128,6 @@ static const OptionInfoRec FBDevOptions[] = { /* -------------------------------------------------------------------- */ -#ifdef XFree86LOADER - MODULESETUPPROTO(FBDevSetup); static XF86ModuleVersionInfo FBDevVersRec = @@ -162,8 +160,6 @@ void *FBDevSetup(void *module, void *opts, int *errmaj, int *errmin) } } -#endif /* XFree86LOADER */ - /* -------------------------------------------------------------------- */ /* our private data, and two functions to allocate/free this */