2e353f4bb8a17d7e54ce9ede parent fdaff1ceac32e1748353e91a420c18141ea153c0 author Alexander Duyck 1241606647 +0000 committer David S. Miller 1241649226 -0700 ixgbe: remove ixgbe_napi_add/del_all references There were still some references to napi_add/del_all left after the dynamic vector allocation patch. This patch removes those references since the ixgbe_napi_add/del_all calls are no longer needed as the napi struct is added when the vector is created, and deleted when the vector is freed. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller ÙW