diff options
author | Cong Wang <amwang@redhat.com> | 2013-08-20 10:48:15 -0700 |
---|---|---|
committer | Jesse Gross <jesse@nicira.com> | 2013-08-23 16:43:07 -0700 |
commit | 3fa34de67861abfc4846ccec886ca549d46ae56c (patch) | |
tree | b043c4686c6b40283b6900e19d8907b94ac59f84 /net/openvswitch/vport-gre.c | |
parent | 2694838d608db701e5ed1e95d741cdbddd9aa864 (diff) |
openvswitch: check CONFIG_OPENVSWITCH_GRE in makefile
Cc: Jesse Gross <jesse@nicira.com>
Cc: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: Cong Wang <amwang@redhat.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'net/openvswitch/vport-gre.c')
-rw-r--r-- | net/openvswitch/vport-gre.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/openvswitch/vport-gre.c b/net/openvswitch/vport-gre.c index 493e9775dcda..21d5073e148e 100644 --- a/net/openvswitch/vport-gre.c +++ b/net/openvswitch/vport-gre.c @@ -16,7 +16,6 @@ * 02110-1301, USA */ -#ifdef CONFIG_OPENVSWITCH_GRE #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/if.h> @@ -271,5 +270,3 @@ const struct vport_ops ovs_gre_vport_ops = { .get_name = gre_get_name, .send = gre_tnl_send, }; - -#endif /* OPENVSWITCH_GRE */ |