drm: omapdrm: Clean up #include's

Use the <...> include style instead of "..." for DRM headers and sort
the headers alphabetically to ease detection of duplicates.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
Laurent Pinchart 2015-03-05 21:31:37 +02:00
parent 0c19ac9d03
commit 2d278f5414
12 changed files with 43 additions and 44 deletions

View file

@ -19,12 +19,12 @@
#include <linux/completion.h>
#include "omap_drv.h"
#include <drm/drm_crtc.h>
#include <drm/drm_crtc_helper.h>
#include <drm/drm_mode.h>
#include <drm/drm_plane_helper.h>
#include "drm_crtc.h"
#include "drm_crtc_helper.h"
#include "omap_drv.h"
#define to_omap_crtc(x) container_of(x, struct omap_crtc, base)