summaryrefslogtreecommitdiff
path: root/linux-core/drm_drv.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2006-08-19 16:43:16 +1000
committerDave Airlie <airlied@linux.ie>2006-08-28 11:27:05 +1000
commitb4feb2c04efdcf31d094b03ea32327a06d9dcdd2 (patch)
tree2a09e4237e590bf2238a1fc0d07db608b1272215 /linux-core/drm_drv.c
parent3a91e1a5fbfbca4654cca0ef41dc016fd8be80dd (diff)
remove some DRM_ARRAY_SIZE from linux core code
Diffstat (limited to 'linux-core/drm_drv.c')
-rw-r--r--linux-core/drm_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_drv.c b/linux-core/drm_drv.c
index 9712170b..da22700e 100644
--- a/linux-core/drm_drv.c
+++ b/linux-core/drm_drv.c
@@ -121,7 +121,7 @@ static drm_ioctl_desc_t drm_ioctls[] = {
[DRM_IOCTL_NR(DRM_IOCTL_WAIT_VBLANK)] = {drm_wait_vblank, 0},
};
-#define DRIVER_IOCTL_COUNT DRM_ARRAY_SIZE( drm_ioctls )
+#define DRIVER_IOCTL_COUNT ARRAY_SIZE( drm_ioctls )
/**
* Take down the DRM device.