[PATCH 3/3] xfree86: Delete file modinit.h

Daniel Martin consume.noise at gmail.com
Sun Sep 28 22:58:45 PDT 2014


On Sat, Sep 20, 2014 at 09:07:41AM +0200, Daniel Martin wrote:
> All references to modinit.h have been remove with:
> 
>     a1d41e3 Move extension initialisation prototypes into extinit.h
> 
> Signed-off-by: Daniel Martin <consume.noise at gmail.com>
> ---
> I haven't compile-tested it, but grep told me that it is safe to remove.

Anyone wants to give R-b here? It can be confirmed:
    $ git grep modinit
doen't show any hit.

>  hw/xfree86/dixmods/extmod/modinit.h | 80 -------------------------------------
>  1 file changed, 80 deletions(-)
>  delete mode 100644 hw/xfree86/dixmods/extmod/modinit.h
> 
> diff --git a/hw/xfree86/dixmods/extmod/modinit.h b/hw/xfree86/dixmods/extmod/modinit.h
> deleted file mode 100644
> index 4c9b6e3..0000000
> --- a/hw/xfree86/dixmods/extmod/modinit.h
> +++ /dev/null
> @@ -1,80 +0,0 @@
> -
> -#ifdef HAVE_DIX_CONFIG_H
> -#include <dix-config.h>
> -#endif
> -
> -#include <X11/extensions/shapeproto.h>
> -
> -#ifdef XTEST
> -extern void XTestExtensionInit(void);
> -#include <X11/extensions/xtestproto.h>
> -#endif
> -
> -#if 1
> -extern void XTestExtension1Init(void);
> -#endif
> -
> -#if 1
> -extern void XCMiscExtensionInit(void);
> -#endif
> -
> -#ifdef SCREENSAVER
> -extern void ScreenSaverExtensionInit(void);
> -#include <X11/extensions/saver.h>
> -#endif
> -
> -#ifdef XF86VIDMODE
> -extern void XFree86VidModeExtensionInit(void);
> -#include <X11/extensions/xf86vmproto.h>
> -#endif
> -
> -#ifdef XFreeXDGA
> -extern void XFree86DGAExtensionInit(void);
> -extern void XFree86DGARegister(void);
> -#include <X11/extensions/xf86dgaproto.h>
> -#endif
> -
> -#ifdef DPMSExtension
> -extern void DPMSExtensionInit(void);
> -#include <X11/extensions/dpmsconst.h>
> -#endif
> -
> -#ifdef XV
> -extern void XvExtensionInit(void);
> -extern void XvMCExtensionInit(void);
> -extern void XvRegister(void);
> -#include <X11/extensions/Xv.h>
> -#include <X11/extensions/XvMC.h>
> -#endif
> -
> -#ifdef RES
> -extern void ResExtensionInit(void);
> -#include <X11/extensions/XResproto.h>
> -#endif
> -
> -#ifdef SHM
> -#include <X11/extensions/shmproto.h>
> -extern void ShmExtensionInit(void);
> -extern void ShmRegisterFuncs(ScreenPtr pScreen, ShmFuncsPtr funcs);
> -#endif
> -
> -#ifdef XSELINUX
> -extern void SELinuxExtensionInit(void);
> -#include "xselinux.h"
> -#endif
> -
> -#ifdef XEVIE
> -extern void XevieExtensionInit(void);
> -#endif
> -
> -#if 1
> -extern void SecurityExtensionInit(void);
> -#endif
> -
> -#if 1
> -extern void PanoramiXExtensionInit(void);
> -#endif
> -
> -#if 1
> -extern void XkbExtensionInit(void);
> -#endif
> -- 
> 2.1.0
> 


More information about the xorg-devel mailing list