]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/drm/radeon_drm.h
drm: merge Linux master into HEAD
[linux-2.6-omap-h63xx.git] / include / drm / radeon_drm.h
index 937a275cbb9a9f29651f9324d6a23baf6640edb6..fe3e3a4b4aed9257ec14a6c1e3799fd52444b90e 100644 (file)
@@ -33,6 +33,8 @@
 #ifndef __RADEON_DRM_H__
 #define __RADEON_DRM_H__
 
+#include <linux/types.h>
+
 /* WARNING: If you change any of these defines, make sure to change the
  * defines in the X server file (radeon_sarea.h)
  */
@@ -725,7 +727,7 @@ typedef struct drm_radeon_irq_wait {
 
 typedef struct drm_radeon_setparam {
        unsigned int param;
-       int64_t value;
+       __s64 value;
 } drm_radeon_setparam_t;
 
 #define RADEON_SETPARAM_FB_LOCATION    1       /* determined framebuffer location */