[PATCH]: i915: Fix missing linux/types.h warning in header

Alan Coopersmith alan.coopersmith at oracle.com
Thu May 27 08:29:14 PDT 2010


Prarit Bhargava wrote:
> Fixes warning:
> 
> /usr/include/drm/i915_drm.h:119: found __[us]{8,16,32,64} type without #include <linux/types.h>
> 
> Signed-off-by: Prarit Bhargava <prarit at redhat.com>
> 
> diff --git a/include/drm/i915_drm.h b/include/drm/i915_drm.h
> index b64a8d7..5cf7f5b 100644
> --- a/include/drm/i915_drm.h
> +++ b/include/drm/i915_drm.h
> @@ -27,6 +27,7 @@
>  #ifndef _I915_DRM_H_
>  #define _I915_DRM_H_
>  
> +#include <linux/types.h>
>  #include "drm.h"

drm.h includes it, safely tucked inside #ifdef __linux__ so it won't
break BSD & OpenSolaris DRI builds - isn't that good enough?

-- 
	-Alan Coopersmith-        alan.coopersmith at oracle.com
	 Oracle Solaris Platform Engineering: X Window System



More information about the dri-devel mailing list