drm/tilcdc: Add atomic and crtc headers to crtc.c
authorSean Paul <seanpaul@chromium.org>
Wed, 21 Sep 2016 13:14:53 +0000 (06:14 -0700)
committerSean Paul <seanpaul@chromium.org>
Thu, 22 Sep 2016 06:36:53 +0000 (23:36 -0700)
Also reorder alphabetically and fix up drm_flip_work header.

Reviewed-by: Daniel Vetter <daniel@ffwll.ch>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
drivers/gpu/drm/tilcdc/tilcdc_crtc.c

index 208768922030a7ff792fa958d772cb72f9ebb4cb..cb9df104fe5be3c15a4aa19c238c22d2efc49830 100644 (file)
  * 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"