[merged] lib-vsprintfc-add-missing-export_symbolsimple_strtoll.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     lib/vsprintf.c: add missing EXPORT_SYMBOL(simple_strtoll)
has been removed from the -mm tree.  Its filename was
     lib-vsprintfc-add-missing-export_symbolsimple_strtoll.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: lib/vsprintf.c: add missing EXPORT_SYMBOL(simple_strtoll)
From: Hans Verkuil <hverkuil@xxxxxxxxx>

Add a missing EXPORT_SYMBOL.

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

Signed-off-by: Hans Verkuil <hverkuil@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 lib/vsprintf.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN lib/vsprintf.c~lib-vsprintfc-add-missing-export_symbolsimple_strtoll lib/vsprintf.c
--- a/lib/vsprintf.c~lib-vsprintfc-add-missing-export_symbolsimple_strtoll
+++ a/lib/vsprintf.c
@@ -118,6 +118,7 @@ long long simple_strtoll(const char *cp,
 
 	return simple_strtoull(cp, endp, base);
 }
+EXPORT_SYMBOL(simple_strtoll);
 
 /**
  * strict_strtoul - convert a string to an unsigned long strictly
_

Patches currently in -mm which might be from hverkuil@xxxxxxxxx are

origin.patch
linux-next.patch
drivers-media-video-au0828-au0828-videoc-off-by-one-bug.patch
cx88-improve-error-handling.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux