projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54cd1e4
)
staging: drm/omap: Fix include error during make
author
Andy Gross
<andy.gross@ti.com>
Tue, 16 Oct 2012 05:17:40 +0000
(
00:17
-0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 22 Oct 2012 22:50:08 +0000
(15:50 -0700)
Fixed include error for drm_mode.h
Signed-off-by: Andy Gross <andy.gross@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/omapdrm/omap_crtc.c
patch
|
blob
|
history
diff --git
a/drivers/staging/omapdrm/omap_crtc.c
b/drivers/staging/omapdrm/omap_crtc.c
index 732f2ad34036a27654d30270acd9d1fc0f189d7f..5249223290355cc5f93406ea62d0d5f4e241de14 100644
(file)
--- a/
drivers/staging/omapdrm/omap_crtc.c
+++ b/
drivers/staging/omapdrm/omap_crtc.c
@@
-19,7
+19,7
@@
#include "omap_drv.h"
-#include
"drm_mode.h"
+#include
<drm/drm_mode.h>
#include "drm_crtc.h"
#include "drm_crtc_helper.h"