From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756556Ab0JVNNf (ORCPT ); Fri, 22 Oct 2010 09:13:35 -0400 Received: from caiajhbdcbbj.dreamhost.com ([208.97.132.119]:48197 "EHLO homiemail-a10.g.dreamhost.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753381Ab0JVNNe (ORCPT ); Fri, 22 Oct 2010 09:13:34 -0400 Subject: [PATCH RESEND] drm: include missing types header to drm_mode.h From: Davidlohr Bueso Reply-To: dave@gnu.org To: Dave Airlie , Dave Airlie Cc: LKML , dri-devel Content-Type: text/plain; charset="UTF-8" Date: Fri, 22 Oct 2010 10:13:19 -0300 Message-ID: <1287753199.2122.0.camel@cowboy> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ From mboxrd@z Thu Jan 1 00:00:00 1970 From: Davidlohr Bueso Subject: [PATCH RESEND] drm: include missing types header to drm_mode.h Date: Fri, 22 Oct 2010 10:13:19 -0300 Message-ID: <1287753199.2122.0.camel@cowboy> Reply-To: dave@gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from hapkido.dreamhost.com (hapkido.dreamhost.com [66.33.216.122]) by gabe.freedesktop.org (Postfix) with ESMTP id 685309E764 for ; Fri, 22 Oct 2010 06:13:31 -0700 (PDT) Received: from homiemail-a10.g.dreamhost.com (caiajhbdcbef.dreamhost.com [208.97.132.145]) by hapkido.dreamhost.com (Postfix) with ESMTP id 0D83517AE49 for ; Fri, 22 Oct 2010 06:13:31 -0700 (PDT) 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 Airlie , Dave Airlie Cc: LKML , dri-devel List-Id: dri-devel@lists.freedesktop.org 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 -- 1.7.0.4