drm: fixup includes in encoder slave header files.
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
453a7d46dc
commit
776f3360de
|
@ -27,8 +27,8 @@
|
|||
#ifndef __DRM_ENCODER_SLAVE_H__
|
||||
#define __DRM_ENCODER_SLAVE_H__
|
||||
|
||||
#include <drm/drmP.h>
|
||||
#include <drm/drm_crtc.h>
|
||||
#include "drmP.h"
|
||||
#include "drm_crtc.h"
|
||||
|
||||
/**
|
||||
* struct drm_encoder_slave_funcs - Entry points exposed by a slave encoder driver
|
||||
|
|
Loading…
Reference in New Issue