summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.demon.co.uk>2001-05-03 14:51:01 +0000
committerAlan Hourihane <alanh@fairlite.demon.co.uk>2001-05-03 14:51:01 +0000
commit94c6d951a21f2d3b42cda0acb1b5dfc954c1c66b (patch)
tree16a2ba66541223aba456af982cf553bfb1f317e6 /shared
parentd3645e7a4e0885aba8063c6cc41d7d9fded99982 (diff)
Make SiS driver compile with the new templated format. Not tested. minor
cleanups
Diffstat (limited to 'shared')
-rw-r--r--shared/drm.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/shared/drm.h b/shared/drm.h
index 3def97f7..b011e336 100644
--- a/shared/drm.h
+++ b/shared/drm.h
@@ -466,11 +466,6 @@ typedef struct drm_scatter_gather {
#ifdef CONFIG_DRM_SIS
/* SiS specific ioctls */
-#define SIS_IOCTL_FB_ALLOC DRM_IOWR(0x44, drm_sis_mem_t)
-#define SIS_IOCTL_FB_FREE DRM_IOW( 0x45, drm_sis_mem_t)
-#define SIS_IOCTL_AGP_INIT DRM_IOWR(0x53, drm_sis_agp_t)
-#define SIS_IOCTL_AGP_ALLOC DRM_IOWR(0x54, drm_sis_mem_t)
-#define SIS_IOCTL_AGP_FREE DRM_IOW( 0x55, drm_sis_mem_t)
#define SIS_IOCTL_FLIP DRM_IOW( 0x48, drm_sis_flip_t)
#define SIS_IOCTL_FLIP_INIT DRM_IO( 0x49)
#define SIS_IOCTL_FLIP_FINAL DRM_IO( 0x50)