diff options
| author | Laurent Pinchart <[email protected]> | 2015-03-05 19:31:37 +0000 |
|---|---|---|
| committer | Laurent Pinchart <[email protected]> | 2015-06-12 19:52:46 +0000 |
| commit | 2d278f5414ae9cd535a7bdefaba2e2de38e116c7 (patch) | |
| tree | be977250425d93c0ccfb470c90c3fa6a0a08ea7e /drivers/gpu/drm/omapdrm/omap_plane.c | |
| parent | drm: omapdrm: Fix page flip race with CRTC disable (diff) | |
| download | kernel-2d278f5414ae9cd535a7bdefaba2e2de38e116c7.tar.gz kernel-2d278f5414ae9cd535a7bdefaba2e2de38e116c7.zip | |
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 <[email protected]>
Signed-off-by: Tomi Valkeinen <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_plane.c')
| -rw-r--r-- | drivers/gpu/drm/omapdrm/omap_plane.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_plane.c b/drivers/gpu/drm/omapdrm/omap_plane.c index 99663ec011b7..57d5b035d078 100644 --- a/drivers/gpu/drm/omapdrm/omap_plane.c +++ b/drivers/gpu/drm/omapdrm/omap_plane.c @@ -17,8 +17,8 @@ * this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "omap_drv.h" #include "omap_dmm_tiler.h" +#include "omap_drv.h" /* some hackery because omapdss has an 'enum omap_plane' (which would be * better named omap_plane_id).. and compiler seems unhappy about having |
