net: pcnet: Stop converting kseg1->kseg0 addresses
authorPaul Burton <paul.burton@imgtec.com>
Thu, 26 May 2016 13:49:34 +0000 (14:49 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Tue, 31 May 2016 07:38:11 +0000 (09:38 +0200)
commit4677d665a7cba420597dd46606735f86416ce552
tree9231dd0f3cdc2a3a33193df47e3f900249b6ba14
parent2e4cc1c5d4fabee86fc2985fac18f9a2023e39f8
net: pcnet: Stop converting kseg1->kseg0 addresses

Now that MIPS virt_to_phys can handle kseg1 addresses on MIPS32, stop
manually converting addresses to their kseg0 equivalents in the pcnet
driver.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
drivers/net/pcnet.c