diff options
author | Andy Gross <andy.gross@ti.com> | 2012-10-16 00:17:40 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-11 09:18:50 -0800 |
commit | 4fc832846b7e2afb0775be4521bcd801c60eba1f (patch) | |
tree | b8dc3b043858a36a3bec80e3539f9102c416610e | |
parent | 61001c0a21fef142d5a462db15810afbcd95b416 (diff) |
staging: drm/omap: Fix include error during make
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>
-rw-r--r-- | drivers/staging/omapdrm/omap_crtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/omapdrm/omap_crtc.c b/drivers/staging/omapdrm/omap_crtc.c index 732f2ad3403..52492232903 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 <drm/drm_mode.h> #include "drm_crtc.h" #include "drm_crtc_helper.h" |