diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2015-03-05 14:31:37 -0500 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2015-06-12 15:52:46 -0400 |
commit | 2d278f5414ae9cd535a7bdefaba2e2de38e116c7 (patch) | |
tree | be977250425d93c0ccfb470c90c3fa6a0a08ea7e /drivers/gpu/drm/omapdrm/omap_fb.c | |
parent | 0c19ac9d033eed734b0e38c9147a1c893c0e4b12 (diff) |
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>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_fb.c')
-rw-r--r-- | drivers/gpu/drm/omapdrm/omap_fb.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_fb.c b/drivers/gpu/drm/omapdrm/omap_fb.c index b2c1a29cc12b..e505140a8782 100644 --- a/drivers/gpu/drm/omapdrm/omap_fb.c +++ b/drivers/gpu/drm/omapdrm/omap_fb.c | |||
@@ -17,11 +17,11 @@ | |||
17 | * this program. If not, see <http://www.gnu.org/licenses/>. | 17 | * this program. If not, see <http://www.gnu.org/licenses/>. |
18 | */ | 18 | */ |
19 | 19 | ||
20 | #include "omap_drv.h" | 20 | #include <drm/drm_crtc.h> |
21 | #include "omap_dmm_tiler.h" | 21 | #include <drm/drm_crtc_helper.h> |
22 | 22 | ||
23 | #include "drm_crtc.h" | 23 | #include "omap_dmm_tiler.h" |
24 | #include "drm_crtc_helper.h" | 24 | #include "omap_drv.h" |
25 | 25 | ||
26 | /* | 26 | /* |
27 | * framebuffer funcs | 27 | * framebuffer funcs |