mirror of https://gitee.com/openkylin/linux.git
drm/exynos: include linux/module.h
Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
This commit is contained in:
parent
483b88f86e
commit
4f9eb94f7b
|
@ -29,6 +29,7 @@
|
|||
#ifndef _EXYNOS_DRM_DRV_H_
|
||||
#define _EXYNOS_DRM_DRV_H_
|
||||
|
||||
#include <linux/module.h>
|
||||
#include "drm.h"
|
||||
|
||||
#define MAX_CRTC 2
|
||||
|
|
Loading…
Reference in New Issue