projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2cb5d8
)
drm: include kernel list header file in hashtab header
author
Jerome Glisse
<glisse@freedesktop.org>
Wed, 8 Apr 2009 16:34:28 +0000
(18:34 +0200)
committer
Dave Airlie
<airlied@redhat.com>
Fri, 12 Jun 2009 05:56:34 +0000
(15:56 +1000)
Signed-off-by: Dave Airlie <airlied@redhat.com>
include/drm/drm_hashtab.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_hashtab.h
b/include/drm/drm_hashtab.h
index cd2b189e1be6caac74fd2402d1d84d4119fbca22..0af087a4d3b38e7ecaf8aeb05f3b3e1ee2d224f0 100644
(file)
--- 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 {