From: Jiri Benc Date: Tue, 2 Feb 2016 17:09:12 +0000 (+0100) Subject: vxlan: remove duplicated macros X-Git-Tag: v4.6-rc1~91^2~321^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=427bc465bf9fcdab749f6997ff7a4eecaef4ca40;p=thirdparty%2Flinux.git vxlan: remove duplicated macros VNI_HASH_BITS and VNI_HASH_SIZE are defined twice. Remove the extra definitions. Signed-off-by: Jiri Benc Signed-off-by: David S. Miller --- diff --git a/include/net/vxlan.h b/include/net/vxlan.h index 5c64250619c5b..234bf1ef2737d 100644 --- a/include/net/vxlan.h +++ b/include/net/vxlan.h @@ -9,9 +9,6 @@ #include #include -#define VNI_HASH_BITS 10 -#define VNI_HASH_SIZE (1<