From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cong Wang Subject: Re: [PATCH] drm: add missing header file Date: Wed, 10 Aug 2011 11:31:58 +0800 Message-ID: <4E41FBAE.4050202@redhat.com> References: <1312788155-8451-1-git-send-email-amwang@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Alex Deucher Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org =E4=BA=8E 2011=E5=B9=B408=E6=9C=8809=E6=97=A5 21:32, Alex Deucher =E5=86= =99=E9=81=93: > On Mon, Aug 8, 2011 at 3:22 AM, Amerigo Wang wrot= e: >> 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} ty= pe without #include >> linux-2.6/usr/include/drm/i915_drm.h:120: found __[us]{8,16,32,64} t= ype without #include >> linux-2.6/usr/include/drm/mga_drm.h:260: found __[us]{8,16,32,64} ty= pe without #include >> linux-2.6/usr/include/drm/radeon_drm.h:758: found __[us]{8,16,32,64}= type without #include >> linux-2.6/usr/include/drm/via_drm.h:117: found __[us]{8,16,32,64} ty= pe without #include >> > > These files are shared with BSD, and they get the linux/types.h from = drm.h. > Thanks, then these warnings should be bogus.