Skip to content

Commit

Permalink
drm/tilcdc: Add atomic and crtc headers to crtc.c
Browse files Browse the repository at this point in the history
Also reorder alphabetically and fix up drm_flip_work header.

Reviewed-by: Daniel Vetter <[email protected]>
Signed-off-by: Sean Paul <[email protected]>
  • Loading branch information
atseanpaul committed Sep 22, 2016
1 parent f15e6bb commit ce2f2c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions drivers/gpu/drm/tilcdc/tilcdc_crtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@
* this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include "drm_flip_work.h"
#include <drm/drm_plane_helper.h>
#include <drm/drm_atomic.h>
#include <drm/drm_atomic_helper.h>
#include <drm/drm_crtc.h>
#include <drm/drm_flip_work.h>
#include <drm/drm_plane_helper.h>

#include "tilcdc_drv.h"
#include "tilcdc_regs.h"
Expand Down

0 comments on commit ce2f2c3

Please sign in to comment.