Re: [PATCH] DRM: fix headers_check warnings

From: Julien Cristau
Date: Tue Mar 02 2010 - 05:00:18 EST


On Sat, Feb 27, 2010 at 14:57:36 +0530, Jaswinder Singh Rajput wrote:

>
> Fixed following headers_check warnings:
> CHECK include/drm (14 files)
> include/drm/drm_mode.h:84: found __[us]{8,16,32,64} type without #include <linux/types.h>
> include/drm/i915_drm.h:119: found __[us]{8,16,32,64} type without #include <linux/types.h>
> include/drm/mga_drm.h:260: found __[us]{8,16,32,64} type without #include <linux/types.h>
> include/drm/radeon_drm.h:758: found __[us]{8,16,32,64} type without #include <linux/types.h>
> include/drm/via_drm.h:117: found __[us]{8,16,32,64} type without #include <linux/types.h>
>
These files are shared with BSD, afaik, and they get the linux/types.h
include from drm.h.

Cheers,
Julien
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/