On Sat, 2013-12-14 at 17:44 +0530, Rashika Kheria wrote:
This patch removes the function igb_get_eee_status_i354() in
e1000_82575.c because it is unused.
It thus eliminates the following warning in
ethernet/intel/igb/e1000_82575.c:
drivers/net/ethernet/intel/igb/e1000_82575.c:2591:5: warning: no
previous prototype for
‘igb_get_eee_status_i354’ [-Wmissing-prototypes]
Signed-off-by: Rashika Kheria <redacted>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
---
drivers/net/ethernet/intel/igb/e1000_82575.c | 32
--------------------------
1 file changed, 32 deletions(-)
Thanks Rashika, I have added the patch to my queue.