提交 3c24475c 编写于 作者: J Jerome Glisse 提交者: Dave Airlie

drm: include kernel list header file in hashtab header

Signed-off-by: NDave Airlie <airlied@redhat.com>
上级 f2cb5d86
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册