Skip to content

Commit

Permalink
drm: fixup includes in encoder slave header files.
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Airlie <[email protected]>
  • Loading branch information
airlied committed Aug 19, 2009
1 parent 453a7d4 commit 776f336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/drm/drm_encoder_slave.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 776f336

Please sign in to comment.