commit | a9683c94fe8c8f87fdc8380a2e76506aa1502dcb | [log] [tgz] |
---|---|---|
author | Tony Prisk <linux@prisktech.co.nz> | Sat May 18 09:39:05 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon May 20 13:40:39 2013 -0700 |
tree | 46cfcae59a27882fa465c51c7d4790f96be33f74 | |
parent | 4fc1ad6f4b4d9214505eda434b1ed3b0bfd16981 [diff] |
net: velocity: Rename vptr->dev to vptr->netdev Improve the clarity of the code in preparation for converting the dma functions to generic versions, which require a struct device *. This makes it possible to store a 'struct device *dev' in the velocity_info structure. Signed-off-by: Tony Prisk <linux@prisktech.co.nz> Signed-off-by: David S. Miller <davem@davemloft.net>