net: pcnet: Replace mips-specific accessors
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sat, 18 Apr 2020 00:32:19 +0000 (02:32 +0200)
committermarex <marex@desktop.lan>
Fri, 1 May 2020 10:35:21 +0000 (12:35 +0200)
commit3c0bcb97d6d7ed7f9b4c46eb2a6dd0e910214faf
tree6aea17d0f14a989b1fca946ee9a770a341c9792e
parent171f5e580e3388090d589aa4c0f123576948ab52
net: pcnet: Replace mips-specific accessors

Replace mips-specific UNCACHED_SDRAM() macro with standard
map_physmem(), which permits the driver to work on other
systems than mips.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/pcnet.c