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>
This commit is contained in:
Andy Gross 2012-10-16 00:17:40 -05:00 committed by Greg Kroah-Hartman
parent 54cd1e42f3
commit b9ed9f0ecf

View 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"