aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/omapdrm
diff options
context:
space:
mode:
authorAndy Gross <andy.gross@ti.com>2012-10-16 00:17:40 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-22 15:50:08 -0700
commitb9ed9f0ecf1b5675c64d069e9b53effe276b6f01 (patch)
treefc7a88bd375419a7aceb0959d4591c193655d5cf /drivers/staging/omapdrm
parentstaging: line6: drop unused line6_index and line6_id arrays (diff)
downloadlinux-dev-b9ed9f0ecf1b5675c64d069e9b53effe276b6f01.tar.xz
linux-dev-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"