From patchwork Sun Jan 16 10:46:22 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Balbi X-Patchwork-Id: 483261 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p0H8LtOk010700 for ; Mon, 17 Jan 2011 08:22:15 GMT Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A02A79E7C0 for ; Mon, 17 Jan 2011 00:21:54 -0800 (PST) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Mon, 17 Jan 2011 08:22:15 +0000 (UTC) X-Greylist: delayed 470 seconds by postgrey-1.31 at gabe; Sun, 16 Jan 2011 02:54:30 PST Received: from na3sys009aog109.obsmtp.com (na3sys009aog109.obsmtp.com [74.125.149.201]) by gabe.freedesktop.org (Postfix) with ESMTP id 7FBB69E75C for ; Sun, 16 Jan 2011 02:54:30 -0800 (PST) Received: from source ([74.125.83.175]) by na3sys009aob109.postini.com ([74.125.148.12]) with SMTP ID DSNKTTLOZovDzM6+fmSbP7GaWKVHIJ/AogGH@postini.com; Sun, 16 Jan 2011 02:54:30 PST Received: by pvd12 with SMTP id 12so755874pvd.20 for ; Sun, 16 Jan 2011 02:54:30 -0800 (PST) Received: by 10.142.188.5 with SMTP id l5mr2439424wff.131.1295174799798; Sun, 16 Jan 2011 02:46:39 -0800 (PST) Received: from localhost ([61.12.13.35]) by mx.google.com with ESMTPS id y42sm4749411wfd.10.2011.01.16.02.46.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 16 Jan 2011 02:46:39 -0800 (PST) From: Felipe Balbi To: linux-kernel@vger.kernel.org Subject: [PATCH 1/2] drm: fixup headers_check Date: Sun, 16 Jan 2011 12:46:22 +0200 Message-Id: <1295174783-4099-1-git-send-email-balbi@ti.com> X-Mailer: git-send-email 1.7.3.4.598.g85356 Organization: Texas Instruments\n X-Mailman-Approved-At: Mon, 17 Jan 2011 00:21:44 -0800 Cc: dri-devel@lists.freedesktop.org, Felipe Balbi X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Errors-To: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org diff --git a/include/drm/drm_mode.h b/include/drm/drm_mode.h index 0fc7397..1678d7b 100644 --- a/include/drm/drm_mode.h +++ b/include/drm/drm_mode.h @@ -27,6 +27,8 @@ #ifndef _DRM_MODE_H #define _DRM_MODE_H +#include + #define DRM_DISPLAY_INFO_LEN 32 #define DRM_CONNECTOR_NAME_LEN 32 #define DRM_DISPLAY_MODE_LEN 32 diff --git a/include/drm/i915_drm.h b/include/drm/i915_drm.h index 0039f1f..4b211c8 100644 --- a/include/drm/i915_drm.h +++ b/include/drm/i915_drm.h @@ -27,6 +27,7 @@ #ifndef _I915_DRM_H_ #define _I915_DRM_H_ +#include #include "drm.h" /* Please note that modifications to all structs defined here are diff --git a/include/drm/mga_drm.h b/include/drm/mga_drm.h index c16097f..1107097 100644 --- a/include/drm/mga_drm.h +++ b/include/drm/mga_drm.h @@ -35,6 +35,7 @@ #ifndef __MGA_DRM_H__ #define __MGA_DRM_H__ +#include #include "drm.h" /* WARNING: If you change any of these defines, make sure to change the diff --git a/include/drm/radeon_drm.h b/include/drm/radeon_drm.h index e95a86b..f9ec151 100644 --- a/include/drm/radeon_drm.h +++ b/include/drm/radeon_drm.h @@ -33,6 +33,7 @@ #ifndef __RADEON_DRM_H__ #define __RADEON_DRM_H__ +#include #include "drm.h" /* WARNING: If you change any of these defines, make sure to change the diff --git a/include/drm/via_drm.h b/include/drm/via_drm.h index fd11a5b..23880b0 100644 --- a/include/drm/via_drm.h +++ b/include/drm/via_drm.h @@ -24,6 +24,7 @@ #ifndef _VIA_DRM_H_ #define _VIA_DRM_H_ +#include #include "drm.h" /* WARNING: These defines must be the same as what the Xserver uses.