From: Hans Verkuil on
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 <hverkuil(a)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 majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/