summaryrefslogtreecommitdiff
path: root/shared/i915.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/i915.h')
-rw-r--r--shared/i915.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/shared/i915.h b/shared/i915.h
index 5a234a18..d3ecbb76 100644
--- a/shared/i915.h
+++ b/shared/i915.h
@@ -31,7 +31,6 @@
#define DRIVER_MINOR 1
#define DRIVER_PATCHLEVEL 0
-
#define DRIVER_IOCTLS \
[DRM_IOCTL_NR(DRM_IOCTL_I915_INIT)] = { i915_dma_init, 1, 1 }, \
[DRM_IOCTL_NR(DRM_IOCTL_I915_FLUSH)] = { i915_flush_ioctl, 1, 0 }, \
@@ -46,7 +45,6 @@
[DRM_IOCTL_NR(DRM_IOCTL_I915_INIT_HEAP)] = { i915_mem_init_heap, 1, 1 }, \
[DRM_IOCTL_NR(DRM_IOCTL_I915_CMDBUFFER)] = { i915_cmdbuffer, 1, 0 }
-
#define __HAVE_COUNTERS 4
#define __HAVE_COUNTER6 _DRM_STAT_IRQ
#define __HAVE_COUNTER7 _DRM_STAT_PRIMARY