net: smc911x: Convert IO accessors to {read,write}{w,l}()
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sun, 15 Mar 2020 13:42:23 +0000 (14:42 +0100)
committermarex <marex@desktop.lan>
Fri, 1 May 2020 10:35:21 +0000 (12:35 +0200)
commitba267c781da73ab0df4a7a57c05ef21c19aee609
treee3abf918d875fc12e0f4d5a956af63a8dbeca970
parentf0d73f5cd0ec0967fffcdf130a8c016262a216c4
net: smc911x: Convert IO accessors to {read,write}{w,l}()

Convert the IO accessors to standard ones instead of using volatile
void pointers, as those do not cover all the bus access details.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
drivers/net/smc911x.c