From: Josh Boyer Date: Sun, 5 Jan 2014 15:24:01 +0000 (-0500) Subject: xen-netback: Include header for vmalloc X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f35f76ee76df008131bbe01a2297de0c55ee2297;p=linux-beck.git xen-netback: Include header for vmalloc Commit ac3d5ac27735 ("xen-netback: fix guest-receive-side array sizes") added calls to vmalloc and vfree in the interface.c file without including . This causes build failures if the -Werror=implicit-function-declaration flag is passed. Signed-off-by: Josh Boyer Acked-by: Wei Liu Signed-off-by: David S. Miller --- diff --git a/drivers/net/xen-netback/interface.c b/drivers/net/xen-netback/interface.c index 34ca4e58a43d..fff8cddfed81 100644 --- a/drivers/net/xen-netback/interface.c +++ b/drivers/net/xen-netback/interface.c @@ -34,6 +34,7 @@ #include #include #include +#include #include #include