tunnels: Mark tnl_ops as static.
authorJesse Gross <jesse@nicira.com>
Wed, 24 Nov 2010 17:31:49 +0000 (09:31 -0800)
committerJesse Gross <jesse@nicira.com>
Fri, 3 Dec 2010 01:10:16 +0000 (17:10 -0800)
commit15d90bb6c970eb1c96f8ffada260780a03660a8a
tree6c41f1da7564dba239795e89b2c55a1feba99e22
parentb279fccf5bd8c5addfb8e73b04103405b6a8237e
tunnels: Mark tnl_ops as static.

Both GRE and CAPWAP have tnl_ops that are only accessed inside of
their respective files.  Therefore mark these structures as static.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
datapath/vport-capwap.c
datapath/vport-gre.c