staging: drm/omap: Fix include error during make
authorAndy Gross <andy.gross@ti.com>
Tue, 16 Oct 2012 05:17:40 +0000 (00:17 -0500)
committerGreg 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

index 732f2ad34036a27654d30270acd9d1fc0f189d7f..5249223290355cc5f93406ea62d0d5f4e241de14 100644 (file)
@@ -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"