All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Retanubun <RichardRetanubun@RuggedCom.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Coldfire: cleanup compiler warning for lib-m68k unused variables.
Date: Mon, 23 Mar 2009 13:43:46 -0400	[thread overview]
Message-ID: <49C7CA52.60800@RuggedCom.com> (raw)

 From edb51aeee6b22b138ac725dac56ae4c55be704dc Mon Sep 17 00:00:00 2001
From: Richard Retanubun <RichardRetanubun@RuggedCom.com>
Date: Mon, 23 Mar 2009 13:35:48 -0400
Subject: [PATCH] Follow up to git commit:
  19b5b533ccd522abeb501d510750693c35e20456

Cleanup on compiler warnings on unused variables now that
bd->bi_enetaddr is no longer used.

Feel free to squash with other cleanup patches.

Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
---
  lib_m68k/board.c |    3 +--
  1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/lib_m68k/board.c b/lib_m68k/board.c
index db45b00..67dc2e4 100644
--- a/lib_m68k/board.c
+++ b/lib_m68k/board.c
@@ -438,9 +438,8 @@ board_init_f (ulong bootflag)
  void board_init_r (gd_t *id, ulong dest_addr)
  {
  	cmd_tbl_t *cmdtp;
-	char *s, *e;
+	char *s;
  	bd_t *bd;
-	int i;
  	extern void malloc_bin_reloc (void);

  #ifndef CONFIG_ENV_IS_NOWHERE
-- 
1.5.6.5

                 reply	other threads:[~2009-03-23 17:43 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=49C7CA52.60800@RuggedCom.com \
    --to=richardretanubun@ruggedcom.com \
    --cc=u-boot@lists.denx.de \
    /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.