mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-06 17:43:43 +00:00
ARM: OMAP2+: fix build break for omapdrm
Fixes compile break with 3.8-rc4. Signed-off-by: Rob Clark <robdclark@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
734bda6320
commit
81f3ae0671
@ -25,6 +25,7 @@
|
|||||||
#include <linux/dma-mapping.h>
|
#include <linux/dma-mapping.h>
|
||||||
#include <linux/platform_data/omap_drm.h>
|
#include <linux/platform_data/omap_drm.h>
|
||||||
|
|
||||||
|
#include "soc.h"
|
||||||
#include "omap_device.h"
|
#include "omap_device.h"
|
||||||
#include "omap_hwmod.h"
|
#include "omap_hwmod.h"
|
||||||
|
|
||||||
@ -56,7 +57,7 @@ static int __init omap_init_drm(void)
|
|||||||
oh->name);
|
oh->name);
|
||||||
}
|
}
|
||||||
|
|
||||||
platform_data.omaprev = GET_OMAP_REVISION();
|
platform_data.omaprev = GET_OMAP_TYPE;
|
||||||
|
|
||||||
return platform_device_register(&omap_drm_device);
|
return platform_device_register(&omap_drm_device);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user