X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fbrc_procfs.c;h=cfe0175b3e57c327832ec141eb0de35da853abcb;hb=f2459fe7d91c4c325dfaa3ed18f56200b63ae27e;hp=ae4a4f50f87c4cc97878dc58198e4e2a2178119f;hpb=34e63086edddcae06d7c1a4fa84fec0861e50758;p=openvswitch diff --git a/datapath/brc_procfs.c b/datapath/brc_procfs.c index ae4a4f50..cfe0175b 100644 --- a/datapath/brc_procfs.c +++ b/datapath/brc_procfs.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Nicira Networks. + * Copyright (c) 2009, 2010 Nicira Networks. * Distributed under the terms of the GNU GPL version 2. * * Significant portions of this file may be copied from parts of the Linux @@ -12,6 +12,7 @@ #include #include #include +#include "brc_procfs.h" #include "openvswitch/brcompat-netlink.h" /* This code implements a Generic Netlink command BRC_GENL_C_SET_PROC that can @@ -49,7 +50,7 @@ static struct file_operations brc_fops = { static struct proc_dir_entry *proc_vlan_dir; static struct proc_dir_entry *proc_bonding_dir; -struct proc_dir_entry *brc_lookup_entry(struct proc_dir_entry *de, const char *name) +static struct proc_dir_entry *brc_lookup_entry(struct proc_dir_entry *de, const char *name) { int namelen = strlen(name); for (de = de->subdir; de; de = de->next) {