Skip to content

Commit

Permalink
staging: drm/omap: Fix include error during make
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andy Gross authored and Greg Kroah-Hartman committed Oct 22, 2012
1 parent 54cd1e4 commit b9ed9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/omapdrm/omap_crtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit b9ed9f0

Please sign in to comment.