From: Enric Balletbo i Serra <eballetbo@xxxxxxxxxxx> This fixes following error: | ... | CC [M] drivers/staging/omapdrm/omap_crtc.o | .../omapdrm/omap_crtc.c:22:22: fatal error: drm_mode.h: No such file or directory | ... Signed-off-by: Enric Balletbo i Serra <eballetbo@xxxxxxxxxxx> --- drivers/staging/omapdrm/omap_crtc.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/omapdrm/omap_crtc.c b/drivers/staging/omapdrm/omap_crtc.c index 732f2ad..1d54fe9 100644 --- a/drivers/staging/omapdrm/omap_crtc.c +++ b/drivers/staging/omapdrm/omap_crtc.c @@ -17,9 +17,9 @@ * this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "omap_drv.h" +#include <drm/drm_mode.h> -#include "drm_mode.h" +#include "omap_drv.h" #include "drm_crtc.h" #include "drm_crtc_helper.h" -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html