[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20140611.151949.426688931837568113.davem@davemloft.net>
Date: Wed, 11 Jun 2014 15:19:49 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: arnd@...db.de
Cc: netdev@...r.kernel.org, wei.liu2@...rix.com,
andrew.bennieston@...rix.com, xen-devel@...ts.xenproject.org,
jwboyer@...oraproject.org
Subject: Re: [PATCH] net: xen-netback: include linux/vmalloc.h again
From: Arnd Bergmann <arnd@...db.de>
Date: Tue, 10 Jun 2014 10:34:36 +0200
> commit e9ce7cb6b107 ("xen-netback: Factor queue-specific data into
> queue struct") added a use of vzalloc/vfree to interface.c, but
> removed the #include <linux/vmalloc.h> 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 <arnd@...db.de>
Applied to net-next, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists