From: Felipe Balbi <felipe.balbi@nokia.com>
To: Tomi Valkeinen <tomi.valkeinen@nokia.com>,
linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org
Subject: vram.c broken in mainline
Date: Wed, 24 Mar 2010 08:04:51 +0000 [thread overview]
Message-ID: <20100324080451.GF7534@nokia.com> (raw)
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
next reply other threads:[~2010-03-24 8:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-24 8:04 Felipe Balbi [this message]
2010-03-24 8:11 ` vram.c broken in mainline Tomi Valkeinen
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=20100324080451.GF7534@nokia.com \
--to=felipe.balbi@nokia.com \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=tomi.valkeinen@nokia.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).