]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
drm: fixup includes in encoder slave header files.
authorDave Airlie <airlied@linux.ie>
Wed, 19 Aug 2009 05:56:37 +0000 (15:56 +1000)
committerDave Airlie <airlied@linux.ie>
Wed, 19 Aug 2009 05:56:37 +0000 (15:56 +1000)
Signed-off-by: Dave Airlie <airlied@redhat.com>
include/drm/drm_encoder_slave.h

index 821ec40c17d8eca2ae74dfc7681b127791dfda5e..e5e5c94ca92c897847ad0818373be9f0f05cbf02 100644 (file)
@@ -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