All of lore.kernel.org
 help / color / mirror / Atom feed
* vram.c broken in mainline
@ 2010-03-24  8:04 ` Felipe Balbi
  0 siblings, 0 replies; 4+ messages in thread
From: Felipe Balbi @ 2010-03-24  8:04 UTC (permalink / raw)
  To: Tomi Valkeinen, linux-omap, linux-fbdev

Hi Tomi,

drivers/video/omap2/vram.c doesn't compile with 3430sdp in mainline. The 
patch below fixes it.

 From 668f08d0e3cabd0517a5472cd10ce3d147993d69 Mon Sep 17 00:00:00 2001
From: Felipe Balbi <felipe.balbi@nokia.com>
Date: Wed, 24 Mar 2010 10:03:57 +0200
Subject: [PATCH] video: omap2: vram: fix compilation of vram.c

a trivial patch changing __early_param into early_param.

Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
---
  drivers/video/omap2/vram.c |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/video/omap2/vram.c b/drivers/video/omap2/vram.c
index 55a4de5..74df5ea 100644
--- a/drivers/video/omap2/vram.c
+++ b/drivers/video/omap2/vram.c
@@ -517,7 +517,7 @@ static void __init omap_vram_early_vram(char **p)
  	if (**p = ',')
  		omap_vram_def_sdram_start = simple_strtoul((*p) + 1, p, 16);
  }
-__early_param("vram=", omap_vram_early_vram);
+early_param("vram=", omap_vram_early_vram);
  
  /*
   * Called from map_io. We need to call to this early enough so that we
-- 
1.7.0.rc0.33.g7c3932


-- 
balbi

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* vram.c broken in mainline
@ 2010-03-24  8:04 ` Felipe Balbi
  0 siblings, 0 replies; 4+ messages in thread
From: Felipe Balbi @ 2010-03-24  8:04 UTC (permalink / raw)
  To: Tomi Valkeinen, linux-omap, linux-fbdev

Hi Tomi,

drivers/video/omap2/vram.c doesn't compile with 3430sdp in mainline. The 
patch below fixes it.

 From 668f08d0e3cabd0517a5472cd10ce3d147993d69 Mon Sep 17 00:00:00 2001
From: Felipe Balbi <felipe.balbi@nokia.com>
Date: Wed, 24 Mar 2010 10:03:57 +0200
Subject: [PATCH] video: omap2: vram: fix compilation of vram.c

a trivial patch changing __early_param into early_param.

Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
---
  drivers/video/omap2/vram.c |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/video/omap2/vram.c b/drivers/video/omap2/vram.c
index 55a4de5..74df5ea 100644
--- a/drivers/video/omap2/vram.c
+++ b/drivers/video/omap2/vram.c
@@ -517,7 +517,7 @@ static void __init omap_vram_early_vram(char **p)
  	if (**p == ',')
  		omap_vram_def_sdram_start = simple_strtoul((*p) + 1, p, 16);
  }
-__early_param("vram=", omap_vram_early_vram);
+early_param("vram=", omap_vram_early_vram);
  
  /*
   * Called from map_io. We need to call to this early enough so that we
-- 
1.7.0.rc0.33.g7c3932


-- 
balbi

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: vram.c broken in mainline
  2010-03-24  8:04 ` Felipe Balbi
@ 2010-03-24  8:11   ` Tomi Valkeinen
  -1 siblings, 0 replies; 4+ messages in thread
From: Tomi Valkeinen @ 2010-03-24  8:11 UTC (permalink / raw)
  To: Balbi Felipe (Nokia-D/Helsinki); +Cc: linux-omap, linux-fbdev

Hi,

On Wed, 2010-03-24 at 09:04 +0100, Balbi Felipe (Nokia-D/Helsinki)
wrote:
> Hi Tomi,
> 
> drivers/video/omap2/vram.c doesn't compile with 3430sdp in mainline. The 
> patch below fixes it.

Thanks, but I already have a patch for it in my tree =). I've been busy
and away, so sending a pull request has been delayed. I'll send pull req
today.

 Tomi



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: vram.c broken in mainline
@ 2010-03-24  8:11   ` Tomi Valkeinen
  0 siblings, 0 replies; 4+ messages in thread
From: Tomi Valkeinen @ 2010-03-24  8:11 UTC (permalink / raw)
  To: Balbi Felipe (Nokia-D/Helsinki); +Cc: linux-omap, linux-fbdev

Hi,

On Wed, 2010-03-24 at 09:04 +0100, Balbi Felipe (Nokia-D/Helsinki)
wrote:
> Hi Tomi,
> 
> drivers/video/omap2/vram.c doesn't compile with 3430sdp in mainline. The 
> patch below fixes it.

Thanks, but I already have a patch for it in my tree =). I've been busy
and away, so sending a pull request has been delayed. I'll send pull req
today.

 Tomi



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-03-24  8:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-24  8:04 vram.c broken in mainline Felipe Balbi
2010-03-24  8:04 ` Felipe Balbi
2010-03-24  8:11 ` Tomi Valkeinen
2010-03-24  8:11   ` Tomi Valkeinen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.