aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJerome Glisse <glisse@freedesktop.org>2009-04-08 18:34:28 +0200
committerDave Airlie <airlied@redhat.com>2009-06-12 15:56:34 +1000
commit3c24475c1e4e8d10e50df161d8c4f1d382997a7c (patch)
treea2b9c7e2e7366fec33820dfef33f373cc2fa95d1 /include
parentf2cb5d86e1af175a9b210241800f03a447f92621 (diff)
drm: include kernel list header file in hashtab header
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/drm/drm_hashtab.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/drm_hashtab.h b/include/drm/drm_hashtab.h
index cd2b189e1be..0af087a4d3b 100644
--- a/include/drm/drm_hashtab.h
+++ b/include/drm/drm_hashtab.h
@@ -35,6 +35,8 @@
#ifndef DRM_HASHTAB_H
#define DRM_HASHTAB_H
+#include <linux/list.h>
+
#define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member)
struct drm_hash_item {