Recieved the following error when compiling the bonding section of the network
drivers as a module.
CC [M] drivers/net/bonding/bond_main.o
drivers/net/bonding/bond_main.c: In function `bond_release':
drivers/net/bonding/bond_main.c:1660: error: structure has no member named
`params'
drivers/net/bonding/bond_main.c:1661: error: structure has no member named
`params'
make[3]: *** [drivers/net/bonding/bond_main.o] Error 1
make[2]: *** [drivers/net/bonding] Error 2
make[1]: *** [drivers/net] Error 2
make: *** [drivers] Error 2
|