[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20100302095215.GW2927@patate.is-a-geek.org>
Date: Tue, 2 Mar 2010 10:52:15 +0100
From: Julien Cristau <jcristau@...ian.org>
To: Jaswinder Singh Rajput <jaswinder@...nel.org>
Cc: Kristian Høgsberg <krh@...planet.net>,
Arnd Bergmann <arnd@...db.de>,
Dave Airlie <airlied@...hat.com>,
dri-devel@...ts.sourceforge.net, David Airlie <airlied@...ux.ie>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] DRM: fix headers_check warnings
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists