From patchwork Sat Feb 27 09:27:36 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jaswinder Singh Rajput X-Patchwork-Id: 82704 Received: from lists.sourceforge.net (lists.sourceforge.net [216.34.181.88]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o1RHhIek024468 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 27 Feb 2010 17:43:56 GMT Received: from localhost ([127.0.0.1] helo=sfs-ml-1.v29.ch3.sourceforge.com) by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.69) (envelope-from ) id 1NlQfv-0001Sy-Id; Sat, 27 Feb 2010 17:41:59 +0000 Received: from sfi-mx-3.v28.ch3.sourceforge.com ([172.29.28.123] helo=mx.sourceforge.net) by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.69) (envelope-from ) id 1NlJ0S-0001Ds-IQ for dri-devel@lists.sourceforge.net; Sat, 27 Feb 2010 09:30:40 +0000 X-ACL-Warn: Received: from hera.kernel.org ([140.211.167.34]) by sfi-mx-3.v28.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69) id 1NlJ0R-0006tH-C3 for dri-devel@lists.sourceforge.net; Sat, 27 Feb 2010 09:30:40 +0000 Received: from [192.168.1.200] (triband-del-59.180.15.178.bol.net.in [59.180.15.178] (may be forged)) (authenticated bits=0) by hera.kernel.org (8.14.3/8.14.3) with ESMTP id o1R9TGUW005658 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sat, 27 Feb 2010 09:29:20 GMT X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.95.2 at hera.kernel.org Subject: [PATCH] DRM: fix headers_check warnings From: Jaswinder Singh Rajput To: Kristian =?ISO-8859-1?Q?H=F8gsberg?= , Arnd Bergmann , Dave Airlie , dri-devel@lists.sourceforge.net, David Airlie , LKML Date: Sat, 27 Feb 2010 14:57:36 +0530 Message-Id: <1267262856.26906.12.camel@i7.satnam> Mime-Version: 1.0 X-Mailer: Evolution 2.28.0 (2.28.0-2.fc12) X-MIME-Autoconverted: from 8bit to quoted-printable by hera.kernel.org id o1R9TGUW005658 X-Spam-Score: -1.0 (-) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -1.0 AWL AWL: From: address is in the auto white-list X-Headers-End: 1NlJ0R-0006tH-C3 X-Mailman-Approved-At: Sat, 27 Feb 2010 17:41:56 +0000 X-BeenThere: dri-devel@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.sourceforge.net X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Sat, 27 Feb 2010 17:43:56 +0000 (UTC) diff --git a/include/drm/drm_mode.h b/include/drm/drm_mode.h index c5ba163..c5aa66d 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 b64a8d7..5cf7f5b 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 3ffbc47..ae23df9 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 39537f3..459ff45 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.