From: Andy Gross Date: Tue, 16 Oct 2012 05:17:40 +0000 (-0500) Subject: staging: drm/omap: Fix include error during make X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b9ed9f0ecf1b5675c64d069e9b53effe276b6f01;p=linux-beck.git staging: drm/omap: Fix include error during make Fixed include error for drm_mode.h Signed-off-by: Andy Gross Signed-off-by: Greg Kroah-Hartman --- 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 #include "drm_crtc.h" #include "drm_crtc_helper.h"