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@xxxxxxxxx>
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@xxxxxxxxx>
---
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
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html