Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PATCH] lib/vsprintf.c: Add missing EXPORT_SYMBOL(simple_strtoll)

1 view
Skip to first unread message

Hans Verkuil

unread,
Apr 3, 2010, 6:00:02 AM4/3/10
to
Simple patch to fix a missing EXPORT_SYMBOL.

I must be the first person that wants to use this function :-)

Signed-off-by: Hans Verkuil <hver...@xs4all.nl>

diff --git a/lib/vsprintf.c b/lib/vsprintf.c
index 24112e5..fe5ea4e 100644
--- a/lib/vsprintf.c
+++ b/lib/vsprintf.c
@@ -118,6 +118,7 @@ long long simple_strtoll(const char *cp, char **endp, unsigned int base)

return simple_strtoull(cp, endp, base);
}
+EXPORT_SYMBOL(simple_strtoll);

/**
* strict_strtoul - convert a string to an unsigned long strictly

--
Hans Verkuil - video4linux developer - sponsored by TANDBERG
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

0 new messages