* [PATCH] ARM: OMAP2+: fix build break for omapdrm
@ 2013-01-20 15:37 Rob Clark
2013-01-21 18:20 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Rob Clark @ 2013-01-20 15:37 UTC (permalink / raw)
To: linux-omap; +Cc: patches, Tony Lindgren, Rob Clark
Fixes compile break with 3.8-rc4.
Signed-off-by: Rob Clark <robdclark@gmail.com>
---
arch/arm/mach-omap2/drm.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/mach-omap2/drm.c b/arch/arm/mach-omap2/drm.c
index 4c7566c..2a2cfa8 100644
--- a/arch/arm/mach-omap2/drm.c
+++ b/arch/arm/mach-omap2/drm.c
@@ -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);
--
1.8.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: OMAP2+: fix build break for omapdrm
2013-01-20 15:37 [PATCH] ARM: OMAP2+: fix build break for omapdrm Rob Clark
@ 2013-01-21 18:20 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2013-01-21 18:20 UTC (permalink / raw)
To: Rob Clark; +Cc: linux-omap, patches
* Rob Clark <robdclark@gmail.com> [130120 07:40]:
> Fixes compile break with 3.8-rc4.
>
> Signed-off-by: Rob Clark <robdclark@gmail.com>
Thanks applying into omap-for-v3.8-rc4/fixes.
Regards,
Tony
> ---
> arch/arm/mach-omap2/drm.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-omap2/drm.c b/arch/arm/mach-omap2/drm.c
> index 4c7566c..2a2cfa8 100644
> --- a/arch/arm/mach-omap2/drm.c
> +++ b/arch/arm/mach-omap2/drm.c
> @@ -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);
>
> --
> 1.8.1
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-21 18:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-20 15:37 [PATCH] ARM: OMAP2+: fix build break for omapdrm Rob Clark
2013-01-21 18:20 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).