2017년 08월 24일 22:33에 Andrzej Hajda 이(가) 쓴 글: > MIC driver should use info from CRTC to check mode of work instead of > illegally peeking into nodes of other devices. > > Signed-off-by: Andrzej Hajda <a.hajda@xxxxxxxxxxx> > --- > drivers/gpu/drm/exynos/exynos_drm_mic.c | 44 +++------------------------------ > 1 file changed, 4 insertions(+), 40 deletions(-) > > diff --git a/drivers/gpu/drm/exynos/exynos_drm_mic.c b/drivers/gpu/drm/exynos/exynos_drm_mic.c > index 16bbee8..128ce176 100644 > --- a/drivers/gpu/drm/exynos/exynos_drm_mic.c > +++ b/drivers/gpu/drm/exynos/exynos_drm_mic.c > @@ -21,9 +21,12 @@ > #include <linux/component.h> > #include <linux/pm_runtime.h> > #include <drm/drmP.h> > +#include <drm/drm_encoder.h> > #include <linux/mfd/syscon.h> > #include <linux/regmap.h> > > +#include <exynos_drm_drv.h> Build error happened at here. It should be modified to '#include "exynos_drm_drv.h"'. I can fix it. Thanks, Inki Dae -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html