summaryrefslogtreecommitdiffstats
path: root/drivers/staging/omapdrm
diff options
context:
space:
mode:
authorAndy Gross2012-10-16 07:17:40 +0200
committerGreg Kroah-Hartman2012-10-23 00:50:08 +0200
commitb9ed9f0ecf1b5675c64d069e9b53effe276b6f01 (patch)
treefc7a88bd375419a7aceb0959d4591c193655d5cf /drivers/staging/omapdrm
parentstaging: line6: drop unused line6_index and line6_id arrays (diff)
downloadkernel-qcow2-linux-b9ed9f0ecf1b5675c64d069e9b53effe276b6f01.tar.gz
kernel-qcow2-linux-b9ed9f0ecf1b5675c64d069e9b53effe276b6f01.tar.xz
kernel-qcow2-linux-b9ed9f0ecf1b5675c64d069e9b53effe276b6f01.zip
staging: drm/omap: Fix include error during make
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>
Diffstat (limited to 'drivers/staging/omapdrm')
-rw-r--r--drivers/staging/omapdrm/omap_crtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/omapdrm/omap_crtc.c b/drivers/staging/omapdrm/omap_crtc.c
index 732f2ad34036..524922329035 100644
--- 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"