From: Larry Finger Date: Sun, 9 Feb 2014 21:15:54 +0000 (-0600) Subject: staging: r8188eu: Replace wrapper around _rtw_memcmp() X-Git-Tag: v3.15-rc1~139^2~1178 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f42f52aaf922e5bae7775dd2c3b3954719ee5f08;p=pandora-kernel.git staging: r8188eu: Replace wrapper around _rtw_memcmp() This wrapper is replaced with a simple memcmp(). As the wrapper inverts the logic of memcmp(), care needed to be taken. This patch also adds one include of vmalloc.h that was missed in a previous patch. Signed-off-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed