summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2004-08-27 09:11:07 +0000
committerDave Airlie <airlied@linux.ie>2004-08-27 09:11:07 +0000
commit019fd38a3c032774a1e80b3aed7de3710ba84e0a (patch)
tree48e701d09f18d464c1d98bab8f33c60a6fcebf27 /linux
parent60f23ebc5cd5d78f594b20b2ddb330b5158c0902 (diff)
__NO_VERSION__ hasn't been needed since 2.3 days ditch it...
Diffstat (limited to 'linux')
-rw-r--r--linux/ati_pcigart.h1
-rw-r--r--linux/drm_agpsupport.h1
-rw-r--r--linux/drm_auth.h1
-rw-r--r--linux/drm_bufs.h1
-rw-r--r--linux/drm_context.h1
-rw-r--r--linux/drm_dma.h1
-rw-r--r--linux/drm_drawable.h1
-rw-r--r--linux/drm_fops.h1
-rw-r--r--linux/drm_init.h1
-rw-r--r--linux/drm_ioctl.h1
-rw-r--r--linux/drm_irq.h1
-rw-r--r--linux/drm_lock.h1
-rw-r--r--linux/drm_memory.h1
-rw-r--r--linux/drm_memory_debug.h1
-rw-r--r--linux/drm_os_linux.h1
-rw-r--r--linux/drm_pci.h1
-rw-r--r--linux/drm_proc.h1
-rw-r--r--linux/drm_scatter.h1
-rw-r--r--linux/drm_stub.h1
-rw-r--r--linux/drm_vm.h1
-rw-r--r--linux/gamma_dma.c1
-rw-r--r--linux/gamma_lists.h1
-rw-r--r--linux/i810_dma.c1
-rw-r--r--linux/i830_dma.c1
-rw-r--r--linux/i830_irq.c1
-rw-r--r--linux/savage_dma.c1
26 files changed, 0 insertions, 26 deletions
diff --git a/linux/ati_pcigart.h b/linux/ati_pcigart.h
index b930683e..bf599e42 100644
--- a/linux/ati_pcigart.h
+++ b/linux/ati_pcigart.h
@@ -31,7 +31,6 @@
* DEALINGS IN THE SOFTWARE.
*/
-#define __NO_VERSION__
#include "drmP.h"
#if PAGE_SIZE == 65536
diff --git a/linux/drm_agpsupport.h b/linux/drm_agpsupport.h
index 12a8ba11..7d2f7125 100644
--- a/linux/drm_agpsupport.h
+++ b/linux/drm_agpsupport.h
@@ -31,7 +31,6 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
-#define __NO_VERSION__
#include "drmP.h"
#include <linux/module.h>
diff --git a/linux/drm_auth.h b/linux/drm_auth.h
index a6d174cd..fe099871 100644
--- a/linux/drm_auth.h
+++ b/linux/drm_auth.h
@@ -33,7 +33,6 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
-#define __NO_VERSION__
#include "drmP.h"
/**
diff --git a/linux/drm_bufs.h b/linux/drm_bufs.h
index 95858b80..c21ff748 100644
--- a/linux/drm_bufs.h
+++ b/linux/drm_bufs.h
@@ -33,7 +33,6 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
-#define __NO_VERSION__
#include <linux/vmalloc.h>
#include "drmP.h"
diff --git a/linux/drm_context.h b/linux/drm_context.h
index cf3a536a..7ab376f1 100644
--- a/linux/drm_context.h
+++ b/linux/drm_context.h
@@ -40,7 +40,6 @@
* needed by SiS driver's memory management.
*/
-#define __NO_VERSION__
#include "drmP.h"
#ifndef DRIVER_ALTERNATE_CONTEXT
diff --git a/linux/drm_dma.h b/linux/drm_dma.h
index cf8d8931..096a5e9e 100644
--- a/linux/drm_dma.h
+++ b/linux/drm_dma.h
@@ -33,7 +33,6 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
-#define __NO_VERSION__
#include "drmP.h"
diff --git a/linux/drm_drawable.h b/linux/drm_drawable.h
index 59c13ef8..5f1562b6 100644
--- a/linux/drm_drawable.h
+++ b/linux/drm_drawable.h
@@ -33,7 +33,6 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
-#define __NO_VERSION__
#include "drmP.h"
/** No-op. */
diff --git a/linux/drm_fops.h b/linux/drm_fops.h
index 4589231f..21935b7a 100644
--- a/linux/drm_fops.h
+++ b/linux/drm_fops.h
@@ -34,7 +34,6 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
-#define __NO_VERSION__
#include "drmP.h"
#include <linux/poll.h>
diff --git a/linux/drm_init.h b/linux/drm_init.h
index 509e6841..ae6ecbf9 100644
--- a/linux/drm_init.h
+++ b/linux/drm_init.h
@@ -33,7 +33,6 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
-#define __NO_VERSION__
#include "drmP.h"
/** Debug flags. Set by parse_option(). */
diff --git a/linux/drm_ioctl.h b/linux/drm_ioctl.h
index 049afe11..c3725668 100644
--- a/linux/drm_ioctl.h
+++ b/linux/drm_ioctl.h
@@ -33,7 +33,6 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
-#define __NO_VERSION__
#include "drmP.h"
#include "linux/pci.h"
diff --git a/linux/drm_irq.h b/linux/drm_irq.h
index 73a62e68..6065b967 100644
--- a/linux/drm_irq.h
+++ b/linux/drm_irq.h
@@ -33,7 +33,6 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
-#define __NO_VERSION__
#include "drmP.h"
#include <linux/interrupt.h> /* For task queue support */
diff --git a/linux/drm_lock.h b/linux/drm_lock.h
index f6b887b3..55fb29f3 100644
--- a/linux/drm_lock.h
+++ b/linux/drm_lock.h
@@ -33,7 +33,6 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
-#define __NO_VERSION__
#include "drmP.h"
/** No-op ioctl. */
diff --git a/linux/drm_memory.h b/linux/drm_memory.h
index c407292a..fe8141c9 100644
--- a/linux/drm_memory.h
+++ b/linux/drm_memory.h
@@ -33,7 +33,6 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
-#define __NO_VERSION__
#include <linux/config.h>
#include <linux/highmem.h>
#include "drmP.h"
diff --git a/linux/drm_memory_debug.h b/linux/drm_memory_debug.h
index 4f23918d..0053679a 100644
--- a/linux/drm_memory_debug.h
+++ b/linux/drm_memory_debug.h
@@ -31,7 +31,6 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
-#define __NO_VERSION__
#include <linux/config.h>
#include "drmP.h"
diff --git a/linux/drm_os_linux.h b/linux/drm_os_linux.h
index 6d2d0710..5a7c162d 100644
--- a/linux/drm_os_linux.h
+++ b/linux/drm_os_linux.h
@@ -3,7 +3,6 @@
* OS abstraction macros.
*/
-#define __NO_VERSION__
#include <linux/interrupt.h> /* For task queue support */
#include <linux/delay.h>
diff --git a/linux/drm_pci.h b/linux/drm_pci.h
index 28b53385..b9d54c45 100644
--- a/linux/drm_pci.h
+++ b/linux/drm_pci.h
@@ -38,7 +38,6 @@
*/
-#define __NO_VERSION__
#include <linux/pci.h>
#include "drmP.h"
diff --git a/linux/drm_proc.h b/linux/drm_proc.h
index a9affc5a..7df63fbd 100644
--- a/linux/drm_proc.h
+++ b/linux/drm_proc.h
@@ -37,7 +37,6 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
-#define __NO_VERSION__
#include "drmP.h"
static int DRM(name_info)(char *buf, char **start, off_t offset,
diff --git a/linux/drm_scatter.h b/linux/drm_scatter.h
index 89ac166a..3f0bc10c 100644
--- a/linux/drm_scatter.h
+++ b/linux/drm_scatter.h
@@ -31,7 +31,6 @@
* DEALINGS IN THE SOFTWARE.
*/
-#define __NO_VERSION__
#include <linux/config.h>
#include <linux/vmalloc.h>
#include "drmP.h"
diff --git a/linux/drm_stub.h b/linux/drm_stub.h
index b94e6a70..3d9ade35 100644
--- a/linux/drm_stub.h
+++ b/linux/drm_stub.h
@@ -31,7 +31,6 @@
* DEALINGS IN THE SOFTWARE.
*/
-#define __NO_VERSION__
#include "drmP.h"
#define DRM_STUB_MAXCARDS 16 /* Enough for one machine */
diff --git a/linux/drm_vm.h b/linux/drm_vm.h
index 9c444aff..ed5d53d2 100644
--- a/linux/drm_vm.h
+++ b/linux/drm_vm.h
@@ -33,7 +33,6 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
-#define __NO_VERSION__
#include "drmP.h"
diff --git a/linux/gamma_dma.c b/linux/gamma_dma.c
index fa3201b3..97b15996 100644
--- a/linux/gamma_dma.c
+++ b/linux/gamma_dma.c
@@ -29,7 +29,6 @@
*
*/
-#define __NO_VERSION__
#include "gamma.h"
#include "drmP.h"
#include "drm.h"
diff --git a/linux/gamma_lists.h b/linux/gamma_lists.h
index cfb07782..d42d7d3a 100644
--- a/linux/gamma_lists.h
+++ b/linux/gamma_lists.h
@@ -29,7 +29,6 @@
* Gareth Hughes <gareth@valinux.com>
*/
-#define __NO_VERSION__
#include "drmP.h"
diff --git a/linux/i810_dma.c b/linux/i810_dma.c
index 8ee32f74..51dddb3d 100644
--- a/linux/i810_dma.c
+++ b/linux/i810_dma.c
@@ -30,7 +30,6 @@
*
*/
-#define __NO_VERSION__
#include "i810.h"
#include "drmP.h"
#include "drm.h"
diff --git a/linux/i830_dma.c b/linux/i830_dma.c
index 8a110403..ac12b6dd 100644
--- a/linux/i830_dma.c
+++ b/linux/i830_dma.c
@@ -31,7 +31,6 @@
*
*/
-#define __NO_VERSION__
#include "i830.h"
#include "drmP.h"
#include "drm.h"
diff --git a/linux/i830_irq.c b/linux/i830_irq.c
index 0bb4ce8e..0f01d088 100644
--- a/linux/i830_irq.c
+++ b/linux/i830_irq.c
@@ -26,7 +26,6 @@
*
*/
-#define __NO_VERSION__
#include "i830.h"
#include "drmP.h"
#include "drm.h"
diff --git a/linux/savage_dma.c b/linux/savage_dma.c
index 271d1f23..b012e1ba 100644
--- a/linux/savage_dma.c
+++ b/linux/savage_dma.c
@@ -24,7 +24,6 @@
/*=========================================================*/
-#define __NO_VERSION__
#include "savage.h"
#include "drmP.h"
#include "savage_drv.h"