[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1287419428.7945.7.camel@cowboy>
Date:	Mon, 18 Oct 2010 13:30:28 -0300
From:	Davidlohr Bueso <dave@....org>
To:	Dave Airlie <airlied@...hat.com>, Dave Airlie <airlied@...ux.ie>
Cc:	LKML <linux-kernel@...r.kernel.org>,
	dri-devel <dri-devel@...ts.freedesktop.org>
Subject: [PATCH] drm: include missing types header to drm_mode.h
drm: include missing types header to drm_mode.h
Signed-off-by: Davidlohr Bueso <dave@....org>
---
 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 <linux/types.h>
+
 #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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists
 
