From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [PATCH 2/4] complete: add missing EXPORT_SYMBOL for {command, device, empty, command}_var_complete
Date: Wed, 25 Jul 2012 09:47:31 +0200 [thread overview]
Message-ID: <1343202453-16279-2-git-send-email-plagnioj@jcrosoft.com> (raw)
In-Reply-To: <1343202453-16279-1-git-send-email-plagnioj@jcrosoft.com>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
common/complete.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/common/complete.c b/common/complete.c
index a8bde8d..6a871ef 100644
--- a/common/complete.c
+++ b/common/complete.c
@@ -149,6 +149,7 @@ int command_complete(struct string_list *sl, char *instr)
return 0;
}
+EXPORT_SYMBOL(command_complete);
int device_complete(struct string_list *sl, char *instr)
{
@@ -169,6 +170,7 @@ int device_complete(struct string_list *sl, char *instr)
return COMPLETE_CONTINUE;
}
+EXPORT_SYMBOL(device_complete);
static int device_param_complete(char *begin, struct device_d *dev,
struct string_list *sl, char *instr)
@@ -197,11 +199,13 @@ int empty_complete(struct string_list *sl, char *instr)
{
return COMPLETE_END;
}
+EXPORT_SYMBOL(empty_complete);
int command_var_complete(struct string_list *sl, char *instr)
{
return COMPLETE_CONTINUE;
}
+EXPORT_SYMBOL(command_var_complete);
static int env_param_complete(struct string_list *sl, char *instr, int eval)
{
--
1.7.10.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2012-07-25 7:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-25 7:47 [PATCH 1/4] vsprintf: fix EXPORT_SYMBOL typo on simple_strtoull Jean-Christophe PLAGNIOL-VILLARD
2012-07-25 7:47 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2012-07-25 7:47 ` [PATCH 3/4] version: add missing EXPORT_SYMBOL for version_string Jean-Christophe PLAGNIOL-VILLARD
2012-07-25 7:47 ` [PATCH 4/4] command: add missing EXPORT_SYMBOL for find_cmd Jean-Christophe PLAGNIOL-VILLARD
2012-07-25 7:53 ` [PATCH 1/4] vsprintf: fix EXPORT_SYMBOL typo on simple_strtoull Sascha Hauer
2012-07-25 8:00 ` Jean-Christophe PLAGNIOL-VILLARD
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=1343202453-16279-2-git-send-email-plagnioj@jcrosoft.com \
--to=plagnioj@jcrosoft.com \
--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