]> git.baikalelectronics.ru Git - kernel.git/commit
e1000e: cleanup ops function pointers
authorBruce Allan <bruce.w.allan@intel.com>
Fri, 20 Nov 2009 23:25:26 +0000 (23:25 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 21 Nov 2009 19:34:08 +0000 (11:34 -0800)
commita3258d0029ee7249cf8158fb0bff7e45046fad64
tree3d6b76940aa7756820207e0eb34cfb44e55926df
parent25823241a5f738618925173b3149074ec6f416d6
e1000e: cleanup ops function pointers

The phy and nvm operations structures have function pointers that contain
"phy" and "nvm" in the pointer names which are redundant since the
structures are already obviously in phy and nvm structures.

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/e1000e/82571.c
drivers/net/e1000e/e1000.h
drivers/net/e1000e/es2lan.c
drivers/net/e1000e/hw.h
drivers/net/e1000e/ich8lan.c
drivers/net/e1000e/lib.c
drivers/net/e1000e/netdev.c
drivers/net/e1000e/phy.c