From 62731b84114e5dd3310b465921955db14278c256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Wed, 12 May 2010 13:34:25 -0400 Subject: Pull in new kernel headers Changes struct drm_mode_crtc_page_flip to use __u32 instead of uint32_t, fixes https://bugs.freedesktop.org/show_bug.cgi?id=26994 --- include/drm/drm.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/drm/drm.h') diff --git a/include/drm/drm.h b/include/drm/drm.h index 48221599..a0559eb0 100644 --- a/include/drm/drm.h +++ b/include/drm/drm.h @@ -699,8 +699,6 @@ struct drm_gem_open { #define DRM_IOCTL_MODE_PAGE_FLIP DRM_IOWR(0xB0, struct drm_mode_crtc_page_flip) #define DRM_IOCTL_MODE_DIRTYFB DRM_IOWR(0xB1, struct drm_mode_fb_dirty_cmd) -/*@}*/ - /** * Device specific ioctls should only be in their respective headers * The device specific ioctl range is from 0x40 to 0x99. -- cgit v1.2.3