From 394a8cae62ebe8e550df3e2a6615294aaa939d55 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 15 Mar 2024 18:41:43 +0100 Subject: [PATCH] xfree86: os-support: drop unused CONSOLE_GET_* defines These don't seem to be used anywhere, so we can drop them. Signed-off-by: Enrico Weigelt, metux IT consult Part-of: (cherry picked from commit d7e0d174a51e004d4aaf415c45d7891db30f04a4) --- hw/xfree86/os-support/xf86_OSlib.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hw/xfree86/os-support/xf86_OSlib.h b/hw/xfree86/os-support/xf86_OSlib.h index 30409e953..036d55e5a 100644 --- a/hw/xfree86/os-support/xf86_OSlib.h +++ b/hw/xfree86/os-support/xf86_OSlib.h @@ -218,15 +218,6 @@ struct pcvtid { #ifndef CONSOLE_X_TV_OFF #define CONSOLE_X_TV_OFF _IO('t',156) #endif -#ifndef CONSOLE_GET_LINEAR_INFO -#define CONSOLE_GET_LINEAR_INFO _IOR('t',157,struct map_info) -#endif -#ifndef CONSOLE_GET_IO_INFO -#define CONSOLE_GET_IO_INFO _IOR('t',158,struct map_info) -#endif -#ifndef CONSOLE_GET_MEM_INFO -#define CONSOLE_GET_MEM_INFO _IOR('t',159,struct map_info) -#endif #if defined(USE_I386_IOPL) || defined(USE_AMD64_IOPL) #include