projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f18f439
)
drm/omap: rearrange includes in omapdss.h
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Tue, 3 Nov 2020 08:03:09 +0000
(10:03 +0200)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Tue, 15 Dec 2020 13:46:03 +0000
(15:46 +0200)
Drop "uapi/" and rearrange alphabetically.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20201103080310.164453-5-tomi.valkeinen@ti.com
drivers/gpu/drm/omapdrm/dss/omapdss.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/omapdrm/dss/omapdss.h
b/drivers/gpu/drm/omapdrm/dss/omapdss.h
index a48a9a254e335f7dadaa92ffddb701e4ff4cb964..57879f0b2d655f26c3b7d660d4d2a25addda6780 100644
(file)
--- a/
drivers/gpu/drm/omapdrm/dss/omapdss.h
+++ b/
drivers/gpu/drm/omapdrm/dss/omapdss.h
@@
-7,13
+7,13
@@
#ifndef __OMAP_DRM_DSS_H
#define __OMAP_DRM_DSS_H
-#include <linux/list.h>
+#include <drm/drm_crtc.h>
+#include <drm/drm_mode.h>
#include <linux/device.h>
#include <linux/interrupt.h>
-#include <
video/videomode
.h>
+#include <
linux/list
.h>
#include <linux/platform_data/omapdss.h>
-#include <uapi/drm/drm_mode.h>
-#include <drm/drm_crtc.h>
+#include <video/videomode.h>
#define DISPC_IRQ_FRAMEDONE (1 << 0)
#define DISPC_IRQ_VSYNC (1 << 1)