Commit c6802e8b authored by Dave Airlie's avatar Dave Airlie

drm: fix mga ioctls..

The mga cut-n-paste typo...
Signed-off-by: default avatarDave Airlie <airlied@linux.ie>
parent aa9042eb
......@@ -37,7 +37,7 @@
#include "mga_drm.h"
#include "mga_drv.h"
static drm_ioctl_desc_t mga_ioctls[] = {
drm_ioctl_desc_t mga_ioctls[] = {
[DRM_IOCTL_NR(DRM_MGA_INIT)] = { mga_dma_init, 1, 1 },
[DRM_IOCTL_NR(DRM_MGA_FLUSH)] = { mga_dma_flush, 1, 0 },
[DRM_IOCTL_NR(DRM_MGA_RESET)] = { mga_dma_reset, 1, 0 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment