Skip to content

Commit

Permalink
ARM: OMAP2+: fix build break for omapdrm
Browse files Browse the repository at this point in the history
Fixes compile break with 3.8-rc4.

Signed-off-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Rob Clark authored and Tony Lindgren committed Jan 21, 2013
1 parent 734bda6 commit 81f3ae0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm/mach-omap2/drm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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);

Expand Down

0 comments on commit 81f3ae0

Please sign in to comment.