Fix missing symbol in brcompat kernel module on older kernels.
authorJustin Pettit <jpettit@nicira.com>
Tue, 30 Dec 2008 19:23:34 +0000 (11:23 -0800)
committerJustin Pettit <jpettit@nicira.com>
Tue, 30 Dec 2008 19:23:34 +0000 (11:23 -0800)
commit8e3424a3d947ff0b4b7ea0c16537e0c54488aa4c
tree435a126ac97be49afbe27f16425df327ef42cf47
parentdbb981a91d3a6e8556c77a54d177118831c6f2f4
Fix missing symbol in brcompat kernel module on older kernels.

In kernels older than 2.6.23, the genl_register_mc_group function is not
defined, so we fake it.  The original checkin didn't build the C file
that contains the function's definition.
datapath/linux-2.6/Modules.mk