Skip to content
Commit f35f76ee authored by Josh Boyer's avatar Josh Boyer Committed by David S. Miller
Browse files

xen-netback: Include header for vmalloc

Commit ac3d5ac2

 ("xen-netback: fix guest-receive-side array sizes")
added calls to vmalloc and vfree in the interface.c file without including
<linux/vmalloc.h>.  This causes build failures if the
-Werror=implicit-function-declaration flag is passed.

Signed-off-by: default avatarJosh Boyer <jwboyer@fedoraproject.org>
Acked-by: default avatarWei Liu <wei.liu2@citrix.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 965801e1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment