aboutsummaryrefslogtreecommitdiff
path: root/datapath/brcompat.c
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2009-08-05 12:56:23 -0700
committerBen Pfaff <blp@nicira.com>2009-08-06 16:57:06 -0700
commit2ba9026e2fc114fa50ae923312340e9f08a1f513 (patch)
treee692bdcd916a17073dbf55b8ad30ec5f6ec34882 /datapath/brcompat.c
parent2e7dd8eca88d131112a76301da24709b0472e381 (diff)
datapath: Rename brc_sysfs_* to dp_sysfs_*.
These files and names are now part of the datapath, not brcompat, so name them appropriately so as not to confuse anyone.
Diffstat (limited to 'datapath/brcompat.c')
-rw-r--r--datapath/brcompat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/datapath/brcompat.c b/datapath/brcompat.c
index 46e7f2b0..be361ece 100644
--- a/datapath/brcompat.c
+++ b/datapath/brcompat.c
@@ -20,7 +20,6 @@
#include "compat.h"
#include "openvswitch/brcompat-netlink.h"
#include "brc_procfs.h"
-#include "brc_sysfs.h"
#include "datapath.h"
#include "dp_dev.h"