From: Arnd Bergmann Date: Tue, 10 Jun 2014 08:34:36 +0000 (+0200) Subject: net: xen-netback: include linux/vmalloc.h again X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7b599d7c1dbdcdb9d4228ec9d3934c139592ba3;p=pandora-kernel.git net: xen-netback: include linux/vmalloc.h again commit e9ce7cb6b107 ("xen-netback: Factor queue-specific data into queue struct") added a use of vzalloc/vfree to interface.c, but removed the #include statement at the same time, which causes this build error: drivers/net/xen-netback/interface.c: In function 'xenvif_free': drivers/net/xen-netback/interface.c:754:2: error: implicit declaration of function 'vfree' [-Werror=implicit-function-declaration] vfree(vif->queues); ^ cc1: some warnings being treated as errors Signed-off-by: Arnd Bergmann Cc: Wei Liu Cc: Andrew J. Bennieston Acked-by: Wei Liu Signed-off-by: David S. Miller --- Reading git-diff-tree failed