--- include/drm/drm.h.orig 2011-03-10 12:40:47.000000000 +0000 +++ include/drm/drm.h 2011-03-10 12:57:18.000000000 +0000 @@ -181,7 +181,7 @@ _DRM_AGP = 3, /**< AGP/GART */ _DRM_SCATTER_GATHER = 4, /**< Scatter/gather memory for PCI DMA */ _DRM_CONSISTENT = 5, /**< Consistent memory for PCI DMA */ - _DRM_GEM = 6, /**< GEM object */ + _DRM_GEM = 6 /**< GEM object */ }; /** @@ -435,7 +435,7 @@ * DRM_IOCTL_UPDATE_DRAW ioctl argument type. */ typedef enum { - DRM_DRAWABLE_CLIPRECTS, + DRM_DRAWABLE_CLIPRECTS } drm_drawable_info_type_t; struct drm_update_draw {