From f42f52aaf922e5bae7775dd2c3b3954719ee5f08 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Sun, 9 Feb 2014 15:15:54 -0600 Subject: [PATCH] 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-format-patch failed