Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98d5ce0d authored by Hans Verkuil's avatar Hans Verkuil Committed by Linus Torvalds
Browse files

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: default avatarHans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 81fa08f2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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