linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Rob Clark <robdclark@gmail.com>
Cc: linux-omap@vger.kernel.org, patches@linaro.org
Subject: Re: [PATCH] ARM: OMAP2+: fix build break for omapdrm
Date: Mon, 21 Jan 2013 10:20:57 -0800	[thread overview]
Message-ID: <20130121182057.GC22517@atomide.com> (raw)
In-Reply-To: <1358696243-3604-1-git-send-email-robdclark@gmail.com>

* 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
> 

      reply	other threads:[~2013-01-21 18:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-20 15:37 [PATCH] ARM: OMAP2+: fix build break for omapdrm Rob Clark
2013-01-21 18:20 ` Tony Lindgren [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130121182057.GC22517@atomide.com \
    --to=tony@atomide.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=patches@linaro.org \
    --cc=robdclark@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).