]> git.baikalelectronics.ru Git - kernel.git/commit
net: dm9000: Fix build
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 18 Apr 2011 01:04:37 +0000 (01:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Apr 2011 21:19:32 +0000 (14:19 -0700)
commit387ea40138f606156c3f97339bcc0701da5be0e1
tree6daf355e0f46909359685b77dadc78637799b5b7
parentc77b9a33b9e2218e2b6262e4fa7566439b5ebba3
net: dm9000: Fix build

Commit c88fcb (net: dm9000: convert to hw_features) broke the build of
the dm9000 driver since it merged functions which use different names
for the board info structure used for I/O operations without updating
all the references to use the same name. Fix that.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dm9000.c