__NO_VERSION__ hasn't been needed since 2.3 days ditch it...
authorDave Airlie <airlied@linux.ie>
Fri, 27 Aug 2004 09:11:07 +0000 (09:11 +0000)
committerDave Airlie <airlied@linux.ie>
Fri, 27 Aug 2004 09:11:07 +0000 (09:11 +0000)
64 files changed:
linux-core/ati_pcigart.c
linux-core/drm_agpsupport.c
linux-core/drm_auth.c
linux-core/drm_bufs.c
linux-core/drm_context.c
linux-core/drm_dma.c
linux-core/drm_drawable.c
linux-core/drm_fops.c
linux-core/drm_init.c
linux-core/drm_ioctl.c
linux-core/drm_irq.c
linux-core/drm_lock.c
linux-core/drm_memory.h
linux-core/drm_memory_debug.h
linux-core/drm_os_linux.h
linux-core/drm_pci.c
linux-core/drm_proc.c
linux-core/drm_scatter.c
linux-core/drm_stub.c
linux-core/drm_vm.c
linux-core/i810_dma.c
linux-core/i830_dma.c
linux-core/i830_irq.c
linux-core/savage_dma.c
linux/ati_pcigart.h
linux/drm_agpsupport.h
linux/drm_auth.h
linux/drm_bufs.h
linux/drm_context.h
linux/drm_dma.h
linux/drm_drawable.h
linux/drm_fops.h
linux/drm_init.h
linux/drm_ioctl.h
linux/drm_irq.h
linux/drm_lock.h
linux/drm_memory.h
linux/drm_memory_debug.h
linux/drm_os_linux.h
linux/drm_pci.h
linux/drm_proc.h
linux/drm_scatter.h
linux/drm_stub.h
linux/drm_vm.h
linux/gamma_dma.c
linux/gamma_lists.h
linux/i810_dma.c
linux/i830_dma.c
linux/i830_irq.c
linux/savage_dma.c
shared-core/i915_dma.c
shared-core/i915_irq.c
shared-core/mach64_state.c
shared-core/via_dma.c
shared-core/via_ds.c
shared-core/via_map.c
shared-core/via_mm.c
shared/i915_dma.c
shared/i915_irq.c
shared/mach64_state.c
shared/via_dma.c
shared/via_ds.c
shared/via_map.c
shared/via_mm.c

index b930683..bf599e4 100644 (file)
@@ -31,7 +31,6 @@
  * DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include "drmP.h"
 
 #if PAGE_SIZE == 65536
index 12a8ba1..7d2f712 100644 (file)
@@ -31,7 +31,6 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include "drmP.h"
 #include <linux/module.h>
 
index a6d174c..fe09987 100644 (file)
@@ -33,7 +33,6 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include "drmP.h"
 
 /**
index 95858b8..c21ff74 100644 (file)
@@ -33,7 +33,6 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include <linux/vmalloc.h>
 #include "drmP.h"
 
index cf3a536..7ab376f 100644 (file)
@@ -40,7 +40,6 @@
  *             needed by SiS driver's memory management.
  */
 
-#define __NO_VERSION__
 #include "drmP.h"
 
 #ifndef DRIVER_ALTERNATE_CONTEXT
index cf8d893..096a5e9 100644 (file)
@@ -33,7 +33,6 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include "drmP.h"
 
 
index 59c13ef..5f1562b 100644 (file)
@@ -33,7 +33,6 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include "drmP.h"
 
 /** No-op. */
index 4589231..21935b7 100644 (file)
@@ -34,7 +34,6 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include "drmP.h"
 #include <linux/poll.h>
 
index 509e684..ae6ecbf 100644 (file)
@@ -33,7 +33,6 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include "drmP.h"
 
 /** Debug flags.  Set by parse_option(). */
index 049afe1..c372566 100644 (file)
@@ -33,7 +33,6 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include "drmP.h"
 
 #include "linux/pci.h"
index 73a62e6..6065b96 100644 (file)
@@ -33,7 +33,6 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include "drmP.h"
 
 #include <linux/interrupt.h>   /* For task queue support */
index f6b887b..55fb29f 100644 (file)
@@ -33,7 +33,6 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include "drmP.h"
 
 /** No-op ioctl. */
index c407292..fe8141c 100644 (file)
@@ -33,7 +33,6 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include <linux/config.h>
 #include <linux/highmem.h>
 #include "drmP.h"
index 4f23918..0053679 100644 (file)
@@ -31,7 +31,6 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include <linux/config.h>
 #include "drmP.h"
 
index 6d2d071..5a7c162 100644 (file)
@@ -3,7 +3,6 @@
  * OS abstraction macros.
  */
 
-#define __NO_VERSION__
 
 #include <linux/interrupt.h>   /* For task queue support */
 #include <linux/delay.h>
index 28b5338..b9d54c4 100644 (file)
@@ -38,7 +38,6 @@
  */
 
 
-#define __NO_VERSION__
 #include <linux/pci.h>
 #include "drmP.h"
 
index a9affc5..7df63fb 100644 (file)
@@ -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,
index 89ac166..3f0bc10 100644 (file)
@@ -31,7 +31,6 @@
  * DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include <linux/config.h>
 #include <linux/vmalloc.h>
 #include "drmP.h"
index b94e6a7..3d9ade3 100644 (file)
@@ -31,7 +31,6 @@
  * DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include "drmP.h"
 
 #define DRM_STUB_MAXCARDS 16   /* Enough for one machine */
index 9c444af..ed5d53d 100644 (file)
@@ -33,7 +33,6 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include "drmP.h"
 
 
index 8ee32f7..51dddb3 100644 (file)
@@ -30,7 +30,6 @@
  *
  */
 
-#define __NO_VERSION__
 #include "i810.h"
 #include "drmP.h"
 #include "drm.h"
index 8a11040..ac12b6d 100644 (file)
@@ -31,7 +31,6 @@
  *
  */
 
-#define __NO_VERSION__
 #include "i830.h"
 #include "drmP.h"
 #include "drm.h"
index 0bb4ce8..0f01d08 100644 (file)
@@ -26,7 +26,6 @@
  *
  */
 
-#define __NO_VERSION__
 #include "i830.h"
 #include "drmP.h"
 #include "drm.h"
index 271d1f2..b012e1b 100644 (file)
@@ -24,7 +24,6 @@
 
 
 /*=========================================================*/
-#define __NO_VERSION__
 #include "savage.h"
 #include "drmP.h"
 #include "savage_drv.h"
index b930683..bf599e4 100644 (file)
@@ -31,7 +31,6 @@
  * DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include "drmP.h"
 
 #if PAGE_SIZE == 65536
index 12a8ba1..7d2f712 100644 (file)
@@ -31,7 +31,6 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include "drmP.h"
 #include <linux/module.h>
 
index a6d174c..fe09987 100644 (file)
@@ -33,7 +33,6 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include "drmP.h"
 
 /**
index 95858b8..c21ff74 100644 (file)
@@ -33,7 +33,6 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include <linux/vmalloc.h>
 #include "drmP.h"
 
index cf3a536..7ab376f 100644 (file)
@@ -40,7 +40,6 @@
  *             needed by SiS driver's memory management.
  */
 
-#define __NO_VERSION__
 #include "drmP.h"
 
 #ifndef DRIVER_ALTERNATE_CONTEXT
index cf8d893..096a5e9 100644 (file)
@@ -33,7 +33,6 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include "drmP.h"
 
 
index 59c13ef..5f1562b 100644 (file)
@@ -33,7 +33,6 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include "drmP.h"
 
 /** No-op. */
index 4589231..21935b7 100644 (file)
@@ -34,7 +34,6 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include "drmP.h"
 #include <linux/poll.h>
 
index 509e684..ae6ecbf 100644 (file)
@@ -33,7 +33,6 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include "drmP.h"
 
 /** Debug flags.  Set by parse_option(). */
index 049afe1..c372566 100644 (file)
@@ -33,7 +33,6 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include "drmP.h"
 
 #include "linux/pci.h"
index 73a62e6..6065b96 100644 (file)
@@ -33,7 +33,6 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include "drmP.h"
 
 #include <linux/interrupt.h>   /* For task queue support */
index f6b887b..55fb29f 100644 (file)
@@ -33,7 +33,6 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include "drmP.h"
 
 /** No-op ioctl. */
index c407292..fe8141c 100644 (file)
@@ -33,7 +33,6 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include <linux/config.h>
 #include <linux/highmem.h>
 #include "drmP.h"
index 4f23918..0053679 100644 (file)
@@ -31,7 +31,6 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include <linux/config.h>
 #include "drmP.h"
 
index 6d2d071..5a7c162 100644 (file)
@@ -3,7 +3,6 @@
  * OS abstraction macros.
  */
 
-#define __NO_VERSION__
 
 #include <linux/interrupt.h>   /* For task queue support */
 #include <linux/delay.h>
index 28b5338..b9d54c4 100644 (file)
@@ -38,7 +38,6 @@
  */
 
 
-#define __NO_VERSION__
 #include <linux/pci.h>
 #include "drmP.h"
 
index a9affc5..7df63fb 100644 (file)
@@ -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,
index 89ac166..3f0bc10 100644 (file)
@@ -31,7 +31,6 @@
  * DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include <linux/config.h>
 #include <linux/vmalloc.h>
 #include "drmP.h"
index b94e6a7..3d9ade3 100644 (file)
@@ -31,7 +31,6 @@
  * DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include "drmP.h"
 
 #define DRM_STUB_MAXCARDS 16   /* Enough for one machine */
index 9c444af..ed5d53d 100644 (file)
@@ -33,7 +33,6 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __NO_VERSION__
 #include "drmP.h"
 
 
index fa3201b..97b1599 100644 (file)
@@ -29,7 +29,6 @@
  *
  */
 
-#define __NO_VERSION__
 #include "gamma.h"
 #include "drmP.h"
 #include "drm.h"
index cfb0778..d42d7d3 100644 (file)
@@ -29,7 +29,6 @@
  *    Gareth Hughes <gareth@valinux.com>
  */
 
-#define __NO_VERSION__
 #include "drmP.h"
 
 
index 8ee32f7..51dddb3 100644 (file)
@@ -30,7 +30,6 @@
  *
  */
 
-#define __NO_VERSION__
 #include "i810.h"
 #include "drmP.h"
 #include "drm.h"
index 8a11040..ac12b6d 100644 (file)
@@ -31,7 +31,6 @@
  *
  */
 
-#define __NO_VERSION__
 #include "i830.h"
 #include "drmP.h"
 #include "drm.h"
index 0bb4ce8..0f01d08 100644 (file)
@@ -26,7 +26,6 @@
  *
  */
 
-#define __NO_VERSION__
 #include "i830.h"
 #include "drmP.h"
 #include "drm.h"
index 271d1f2..b012e1b 100644 (file)
@@ -24,7 +24,6 @@
 
 
 /*=========================================================*/
-#define __NO_VERSION__
 #include "savage.h"
 #include "drmP.h"
 #include "savage_drv.h"
index 91de65a..4ff7824 100644 (file)
@@ -7,7 +7,6 @@
  * 
  **************************************************************************/
 
-#define __NO_VERSION__
 #include "i915.h"
 #include "drmP.h"
 #include "drm.h"
index 96c7e0f..cd7cdfb 100644 (file)
@@ -7,7 +7,6 @@
  * 
  **************************************************************************/
 
-#define __NO_VERSION__
 #include "i915.h"
 #include "drmP.h"
 #include "drm.h"
index eb3722c..ef85ffd 100644 (file)
@@ -29,7 +29,6 @@
  *    José Fonseca <j_r_fonseca@yahoo.co.uk>
  */
 
-#define __NO_VERSION__
 #include "mach64.h"
 #include "drmP.h"
 #include "drm.h"
index 69e71bd..0121f79 100644 (file)
@@ -10,7 +10,6 @@
  * 
  **************************************************************************/
 
-#define __NO_VERSION__
 #include "via.h"
 #include "drmP.h"
 #include "drm.h"
index 7fbd27a..ca99a1e 100644 (file)
@@ -22,7 +22,6 @@
  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  * DEALINGS IN THE SOFTWARE.
  */
-#define __NO_VERSION__
 #include <linux/module.h>
 #include <linux/delay.h>
 #include <linux/errno.h>
index 02be344..f08503d 100644 (file)
@@ -21,7 +21,6 @@
  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  * DEALINGS IN THE SOFTWARE.
  */
-#define __NO_VERSION__
 #include "via.h"
 #include "drmP.h"
 #include "via_drv.h"
index 117cca7..2a9be68 100644 (file)
@@ -21,7 +21,6 @@
  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  * DEALINGS IN THE SOFTWARE.
  */
-#define __NO_VERSION__
 #include "via.h"
 #include "drmP.h"
 #include "via_drm.h"
index 91de65a..4ff7824 100644 (file)
@@ -7,7 +7,6 @@
  * 
  **************************************************************************/
 
-#define __NO_VERSION__
 #include "i915.h"
 #include "drmP.h"
 #include "drm.h"
index 96c7e0f..cd7cdfb 100644 (file)
@@ -7,7 +7,6 @@
  * 
  **************************************************************************/
 
-#define __NO_VERSION__
 #include "i915.h"
 #include "drmP.h"
 #include "drm.h"
index eb3722c..ef85ffd 100644 (file)
@@ -29,7 +29,6 @@
  *    José Fonseca <j_r_fonseca@yahoo.co.uk>
  */
 
-#define __NO_VERSION__
 #include "mach64.h"
 #include "drmP.h"
 #include "drm.h"
index 69e71bd..0121f79 100644 (file)
@@ -10,7 +10,6 @@
  * 
  **************************************************************************/
 
-#define __NO_VERSION__
 #include "via.h"
 #include "drmP.h"
 #include "drm.h"
index 7fbd27a..ca99a1e 100644 (file)
@@ -22,7 +22,6 @@
  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  * DEALINGS IN THE SOFTWARE.
  */
-#define __NO_VERSION__
 #include <linux/module.h>
 #include <linux/delay.h>
 #include <linux/errno.h>
index 02be344..f08503d 100644 (file)
@@ -21,7 +21,6 @@
  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  * DEALINGS IN THE SOFTWARE.
  */
-#define __NO_VERSION__
 #include "via.h"
 #include "drmP.h"
 #include "via_drv.h"
index 117cca7..2a9be68 100644 (file)
@@ -21,7 +21,6 @@
  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  * DEALINGS IN THE SOFTWARE.
  */
-#define __NO_VERSION__
 #include "via.h"
 #include "drmP.h"
 #include "via_drm.h"