From deb690f78db056acd054a6ac482e084a54b311c9 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 7 Sep 2014 15:46:42 +0100 Subject: Remove i810_drm.h and i830_drm.h from the distribution tarball MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both of these headers are not installed since they were imported. They are not even used internally. The latter no longer exist in the kernel... Note the * symbol in EXTRA_DIST causes 'make distcheck' to fail. When was the last time we ran it ? Cc: Ville Syrjälä Cc: Damien Lespiau Cc: Daniel Vetter Signed-off-by: Emil Velikov Reviewed-by: Jakob Bornecrantz Acked-by: Daniel Vetter --- Makefile.am | 2 +- include/drm/i810_drm.h | 281 ---------------------------------------- include/drm/i830_drm.h | 342 ------------------------------------------------- 3 files changed, 1 insertion(+), 624 deletions(-) delete mode 100644 include/drm/i810_drm.h delete mode 100644 include/drm/i830_drm.h diff --git a/Makefile.am b/Makefile.am index 083861f0..a9ec25bc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,7 +69,7 @@ libdrm_la_SOURCES = $(LIBDRM_FILES) libdrmincludedir = ${includedir} libdrminclude_HEADERS = $(LIBDRM_H_FILES) -EXTRA_DIST = libdrm.pc.in include/drm/* +EXTRA_DIST = libdrm.pc.in klibdrmincludedir = ${includedir}/libdrm klibdrminclude_HEADERS = $(LIBDRM_INCLUDE_H_FILES) diff --git a/include/drm/i810_drm.h b/include/drm/i810_drm.h deleted file mode 100644 index 7a10bb6f..00000000 --- a/include/drm/i810_drm.h +++ /dev/null @@ -1,281 +0,0 @@ -#ifndef _I810_DRM_H_ -#define _I810_DRM_H_ - -/* WARNING: These defines must be the same as what the Xserver uses. - * if you change them, you must change the defines in the Xserver. - */ - -#ifndef _I810_DEFINES_ -#define _I810_DEFINES_ - -#define I810_DMA_BUF_ORDER 12 -#define I810_DMA_BUF_SZ (1<