Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mpls: using vzalloc requires including vmalloc.h
Fixes this build error: net/mpls/af_mpls.c: In function 'resize_platform_label_table': net/mpls/af_mpls.c:767:4: error: implicit declaration of function 'vzalloc' [-Werror=implicit-function-declaration] labels = vzalloc(size); ^ Fixes: 7720c01 ("mpls: Add a sysctl to control the size of the mpls label table") Signed-off-by: Stephen Rothwell <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information