From: "Ralf Rösch" <linux@cantastic.de>
To: linux-mips@linux-mips.org
Subject: [PATCH] tx4927_setup.c Get rid of early_init ...
Date: Mon, 27 Jun 2005 18:47:49 +0200 [thread overview]
Message-ID: <42C02DB5.9010206@cantastic.de> (raw)
This patch leaves the TX4927 board without an board setup handler
and the linker ends with an unknown plat_setup() error.
I would propose the following patch:
Index: arch/mips/tx4927/common/tx4927_setup.c
===================================================================
RCS file: /home/cvs/linux/arch/mips/tx4927/common/tx4927_setup.c,v
retrieving revision 1.8
diff -u -r1.8 tx4927_setup.c
--- arch/mips/tx4927/common/tx4927_setup.c 21 Jun 2005 13:56:32 -00001.8
+++ arch/mips/tx4927/common/tx4927_setup.c 27 Jun 2005 16:43:39 -0000
@@ -64,7 +64,7 @@
}
-static void __init tx4927_setup(void)
+void __init plat_setup(void)
{
board_time_init = tx4927_time_init;
board_timer_setup = tx4927_timer_setup;
--
Ralf
reply other threads:[~2005-06-27 16:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=42C02DB5.9010206@cantastic.de \
--to=linux@cantastic.de \
--cc=linux-mips@linux-mips.org \
/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 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.