From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756686Ab0JVX4U (ORCPT ); Fri, 22 Oct 2010 19:56:20 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:38546 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756621Ab0JVX4S (ORCPT ); Fri, 22 Oct 2010 19:56:18 -0400 Date: Fri, 22 Oct 2010 16:55:17 -0700 From: Andrew Morton To: dave@gnu.org Cc: Dave Airlie , Dave Airlie , LKML , dri-devel Subject: Re: [PATCH RESEND] drm: include missing types header to drm_mode.h Message-Id: <20101022165517.effde8fb.akpm@linux-foundation.org> In-Reply-To: <1287753199.2122.0.camel@cowboy> References: <1287753199.2122.0.camel@cowboy> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.9; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 22 Oct 2010 10:13:19 -0300 Davidlohr Bueso wrote: > drm: include missing types header to drm_mode.h > > Signed-off-by: Davidlohr Bueso > --- > include/drm/drm_mode.h | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/include/drm/drm_mode.h b/include/drm/drm_mode.h > index 0fc7397..eddd7f4 100644 > --- a/include/drm/drm_mode.h > +++ b/include/drm/drm_mode.h > @@ -24,6 +24,8 @@ > * IN THE SOFTWARE. > */ > > +#include > + > #ifndef _DRM_MODE_H > #define _DRM_MODE_H > Does this fix a build error? If so, please send along the compiler error output. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH RESEND] drm: include missing types header to drm_mode.h Date: Fri, 22 Oct 2010 16:55:17 -0700 Message-ID: <20101022165517.effde8fb.akpm@linux-foundation.org> References: <1287753199.2122.0.camel@cowboy> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from smtp1.linux-foundation.org (smtp1.linux-foundation.org [140.211.169.13]) by gabe.freedesktop.org (Postfix) with ESMTP id C03969E747 for ; Fri, 22 Oct 2010 16:56:05 -0700 (PDT) In-Reply-To: <1287753199.2122.0.camel@cowboy> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dave@gnu.org Cc: Dave Airlie , LKML , dri-devel List-Id: dri-devel@lists.freedesktop.org On Fri, 22 Oct 2010 10:13:19 -0300 Davidlohr Bueso wrote: > drm: include missing types header to drm_mode.h > > Signed-off-by: Davidlohr Bueso > --- > include/drm/drm_mode.h | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/include/drm/drm_mode.h b/include/drm/drm_mode.h > index 0fc7397..eddd7f4 100644 > --- a/include/drm/drm_mode.h > +++ b/include/drm/drm_mode.h > @@ -24,6 +24,8 @@ > * IN THE SOFTWARE. > */ > > +#include > + > #ifndef _DRM_MODE_H > #define _DRM_MODE_H > Does this fix a build error? If so, please send along the compiler error output.