mirror of
https://github.com/S3NEO/android_kernel_samsung_msm8226.git
synced 2024-11-07 03:47:13 +00:00
drm: include kernel list header file in hashtab header
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
f2cb5d86e1
commit
3c24475c1e
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue