datapath: Use static where possible.
authorJesse Gross <jesse@nicira.com>
Sat, 4 Dec 2010 21:52:25 +0000 (13:52 -0800)
committerJesse Gross <jesse@nicira.com>
Fri, 10 Dec 2010 01:43:36 +0000 (17:43 -0800)
commit33b38b63e42c1f5aa80d1d7b4ce79cfbe371fae3
tree892a722dd7568a27a2828761257cea56b2869846
parent9099e1fc163534c0d66ba0d6b07889647485819b
datapath: Use static where possible.

Mark functions and global variables used only in a single file as
static.

Found with sparse.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
datapath/datapath.c
datapath/dp_sysfs_dp.c
datapath/flow.c
datapath/tunnel.c