net: rtl8139: Split out common and non-DM functions
authorMarek Vasut <marek.vasut@gmail.com>
Sat, 9 May 2020 20:34:41 +0000 (22:34 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 12 Jun 2020 17:17:23 +0000 (13:17 -0400)
commit6a4a5c194df8af25390f4ba30250a76fc0256643
tree63006e9075226a53a4880e5b6bea11d1e4d245cc
parent26f59c28bdea91617b3acfd132d5affc55e1ef4a
net: rtl8139: Split out common and non-DM functions

Split the driver into common and non-DM functionality, so that the
DM support can later re-use the common code, while we retain the
non-DM code until all the platforms are converted.

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