rocker: remove unused rocker_port param from alloc funcs and shorten their names
authorJiri Pirko <jiri@mellanox.com>
Tue, 16 Feb 2016 14:14:39 +0000 (15:14 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Feb 2016 04:08:34 +0000 (23:08 -0500)
commitb15edf852a2a92ccc0ad77340b9d032545953c43
tree1875d62c5071185281537eb25bf82f13b78be9c9
parentb1e0b1241a09c5b51624072a36b8a3f17600053f
rocker: remove unused rocker_port param from alloc funcs and shorten their names

No need to pass rocker_port around to alloc/free rocker functions,
since they now use switchdev_trans for memory management storage.
With the param removal, shorten the name of the functions since they now
has nothing to do with rocker port.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Acked-by: Scott Feldman <sfeldma@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/rocker/rocker.c