]> git.ipfire.org Git - people/ms/u-boot.git/commit
net: sh-eth: Change read/write() param to struct sh_eth_info
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Thu, 30 Nov 2017 23:10:32 +0000 (08:10 +0900)
committerJoe Hershberger <joe.hershberger@ni.com>
Mon, 15 Jan 2018 18:05:25 +0000 (12:05 -0600)
commitfbfb511548b686057e02f32ddf6e08a9e13206b8
treee1fae15ffae8cddb09c360fc4a934527742ef366
parent9b5f9ecf6e7e2af0d395e10323b14d77fc0c9a9b
net: sh-eth: Change read/write() param to struct sh_eth_info

This changes Change structure used in sh_eth_read and sh_eth_write function
from struct sh_eth_dev to struct sh_eth_info. This is necessary to convert
to Driver Model.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/sh_eth.c
drivers/net/sh_eth.h