summaryrefslogtreecommitdiff
path: root/include/drm/drm_hashtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drm_hashtab.h')
-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 cd2b189e1be6..0af087a4d3b3 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 {