[<prev] [next>] [day] [month] [year] [list]
Message-Id: <201004031157.36191.hverkuil@xs4all.nl>
Date: Sat, 3 Apr 2010 11:57:36 +0200
From: Hans Verkuil <hverkuil@...all.nl>
To: linux-kernel@...r.kernel.org
Cc: andre.goddard@...il.com
Subject: [PATCH] lib/vsprintf.c: Add missing EXPORT_SYMBOL(simple_strtoll)
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@...all.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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists