From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH 2/2] parameter: remove unused struct member
Date: Sun, 13 May 2012 14:04:29 +0200 [thread overview]
Message-ID: <1336910669-26908-3-git-send-email-s.hauer@pengutronix.de> (raw)
In-Reply-To: <1336910669-26908-1-git-send-email-s.hauer@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
include/param.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/param.h b/include/param.h
index e7b66a4..a855102 100644
--- a/include/param.h
+++ b/include/param.h
@@ -14,7 +14,6 @@ struct param_d {
int (*set)(struct device_d *, struct param_d *param, const char *val);
unsigned int flags;
char *name;
- struct param_d *next;
char *value;
struct list_head list;
};
--
1.7.10
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2012-05-13 12:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-13 12:04 device parameter patches Sascha Hauer
2012-05-13 12:04 ` [PATCH 1/2] parameter: return empty string for unset parameters Sascha Hauer
2012-05-13 12:04 ` Sascha Hauer [this message]
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=1336910669-26908-3-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox