[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4E41FBAE.4050202@redhat.com>
Date: Wed, 10 Aug 2011 11:31:58 +0800
From: Cong Wang <amwang@...hat.com>
To: Alex Deucher <alexdeucher@...il.com>
CC: linux-kernel@...r.kernel.org, akpm@...ux-foundation.org,
dri-devel@...ts.freedesktop.org
Subject: Re: [PATCH] drm: add missing header file <linuc/types.h>
于 2011年08月09日 21:32, Alex Deucher 写道:
> On Mon, Aug 8, 2011 at 3:22 AM, Amerigo Wang<amwang@...hat.com> wrote:
>> This patch fixes the following 'make headers_check' errors:
>>
>> linux-2.6/usr/include/drm/drm_mode.h:85: found __[us]{8,16,32,64} type without #include<linux/types.h>
>> linux-2.6/usr/include/drm/i915_drm.h:120: found __[us]{8,16,32,64} type without #include<linux/types.h>
>> linux-2.6/usr/include/drm/mga_drm.h:260: found __[us]{8,16,32,64} type without #include<linux/types.h>
>> linux-2.6/usr/include/drm/radeon_drm.h:758: found __[us]{8,16,32,64} type without #include<linux/types.h>
>> linux-2.6/usr/include/drm/via_drm.h:117: found __[us]{8,16,32,64} type without #include<linux/types.h>
>>
>
> These files are shared with BSD, and they get the linux/types.h from drm.h.
>
Thanks, then these warnings should be bogus.
--
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