datapath: rename brcompat.c to brcompat_main.c
authorChris Wright <chrisw@sous-sol.org>
Wed, 7 Mar 2012 18:28:02 +0000 (10:28 -0800)
committerJesse Gross <jesse@nicira.com>
Thu, 8 Mar 2012 21:29:38 +0000 (13:29 -0800)
This just makes it easier to subsequently rename the brcompat_mod module
to brcompat without introducing circular dependencies.

Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/brcompat_main.c [moved from datapath/brcompat.c with 100% similarity]
datapath/linux/.gitignore
datapath/linux/Modules.mk

similarity index 100%
rename from datapath/brcompat.c
rename to datapath/brcompat_main.c
index 0aee746..e4b708e 100644 (file)
@@ -6,7 +6,7 @@
 /addrconf_core-openvswitch.c
 /brc_sysfs_dp.c
 /brc_sysfs_if.c
-/brcompat.c
+/brcompat_main.c
 /checksum.c
 /dev-openvswitch.c
 /dp_sysfs_dp.c
index 86341ad..d9a85cc 100644 (file)
@@ -70,5 +70,5 @@ openvswitch_headers += \
        linux/compat/genetlink.inc
 
 both_modules += brcompat
-brcompat_sources = linux/compat/genetlink-brcompat.c brcompat.c
+brcompat_sources = linux/compat/genetlink-brcompat.c brcompat_main.c
 brcompat_headers =