From: "Robert P. J. Day" <rpjday@crashcourse.ca>
To: "U-Boot Version 2 (barebox)" <barebox@lists.infradead.org>
Subject: [PATCH] Remove obsolete comment referring to CFG_CMD_JFFS2.
Date: Mon, 21 Dec 2009 09:04:04 -0500 (EST) [thread overview]
Message-ID: <alpine.LFD.2.00.0912210901430.17057@localhost> (raw)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
---
yes, it's a trivial patch, but i'm just trying to cut down on the
amount of output i'm getting from my scan scripts. and there's no
such thing as CFG_CMD_JFFS2.
diff --git a/lib/crc32.c b/lib/crc32.c
index 2ed2df0..be35366 100644
--- a/lib/crc32.c
+++ b/lib/crc32.c
@@ -9,7 +9,7 @@
*/
#ifdef __BAREBOX__ /* Shut down "ANSI does not permit..." warnings */
-#include <common.h> /* to get command definitions like CFG_CMD_JFFS2 */
+#include <common.h>
#endif
#ifdef CONFIG_DYNAMIC_CRC_TABLE
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Linux Consulting, Training and Kernel Pedantry.
Web page: http://crashcourse.ca
Twitter: http://twitter.com/rpjday
========================================================================
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2009-12-21 14:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-21 14:04 Robert P. J. Day [this message]
2009-12-21 14:26 ` [PATCH] Remove obsolete comment referring to CFG_CMD_JFFS2 Sascha Hauer
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=alpine.LFD.2.00.0912210901430.17057@localhost \
--to=rpjday@crashcourse.ca \
--cc=barebox@lists.infradead.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.