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)
commit94d8186a693284344ee5cb9734086c7a2370241a
tree3d6b76940aa7756820207e0eb34cfb44e55926df
parent3bb99fe226ead584a4db674dab546689f705201f
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