Commit 81f3ae06 authored by Rob Clark's avatar Rob Clark Committed by Tony Lindgren

ARM: OMAP2+: fix build break for omapdrm

Fixes compile break with 3.8-rc4.
Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 734bda63
......@@ -25,6 +25,7 @@
#include <linux/dma-mapping.h>
#include <linux/platform_data/omap_drm.h>
#include "soc.h"
#include "omap_device.h"
#include "omap_hwmod.h"
......@@ -56,7 +57,7 @@ static int __init omap_init_drm(void)
oh->name);
}
platform_data.omaprev = GET_OMAP_REVISION();
platform_data.omaprev = GET_OMAP_TYPE;
return platform_device_register(&omap_drm_device);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment