]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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>
Fri, 11 Jan 2013 17:18:50 +0000 (09:18 -0800)
commit b9ed9f0ecf1b5675c64d069e9b53effe276b6f01 upstream.

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"