lib/vsprintf.c: add missing EXPORT_SYMBOL(simple_strtoll)
authorHans Verkuil <hverkuil@xs4all.nl>
Fri, 23 Apr 2010 17:18:04 +0000 (13:18 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 24 Apr 2010 18:31:26 +0000 (11:31 -0700)
commit98d5ce0d0044666fc85a01915a1d22407eb546fd
tree022ed8e5c78b043fe08d76a8d4a29a42ed95b60e
parent81fa08f25bd24fc51557a2d2364fa1ab5e7407b4
lib/vsprintf.c: add missing EXPORT_SYMBOL(simple_strtoll)

Add a missing EXPORT_SYMBOL.

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

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/vsprintf.c