[PATCH:xf86-video-mga] Remove mga_esc.c vestigal stub
Ian Romanick
idr at freedesktop.org
Mon Nov 18 13:25:42 PST 2013
On 11/17/2013 10:33 AM, Alan Coopersmith wrote:
> Previously contained MGA HAL code, was left an empty shell by the
> removal of USEMGAHAL in commit 94bbeb132c7eda.
>
> Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
Lol.
Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>
> ---
> src/Makefile.am | 1 -
> src/mga_esc.c | 13 -------------
> 2 files changed, 14 deletions(-)
> delete mode 100644 src/mga_esc.c
>
> diff --git a/src/Makefile.am b/src/Makefile.am
> index 8227c05..20fbdf6 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -39,7 +39,6 @@ mga_drv_la_SOURCES = \
> mga_dga.c \
> mga_dh.c \
> mga_driver.c \
> - mga_esc.c \
> mga_g450pll.c \
> mga.h \
> mga_halmod.c \
> diff --git a/src/mga_esc.c b/src/mga_esc.c
> deleted file mode 100644
> index 41b734a..0000000
> --- a/src/mga_esc.c
> +++ /dev/null
> @@ -1,13 +0,0 @@
> -/****************************************************************************
> -* mga_esc.c
> -*
> -* ESC call implementation
> -*
> -* (C) Matrox Graphics, Inc.
> -*****************************************************************************/
> -
> -#ifdef HAVE_CONFIG_H
> -#include "config.h"
> -#endif
> -
> -int mga_foo;
>
More information about the xorg-devel
mailing list