소스 검색

drm: include kernel list header file in hashtab header

Signed-off-by: Dave Airlie <airlied@redhat.com>
Jerome Glisse 16 년 전
부모
커밋
3c24475c1e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      include/drm/drm_hashtab.h

+ 2 - 0
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 {