net: smc911x: Drop the standalone EEPROM example
authorMarek Vasut <marek.vasut@gmail.com>
Sat, 14 Mar 2020 23:18:57 +0000 (00:18 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 12 Jun 2020 17:17:23 +0000 (13:17 -0400)
commit73d7aec0b1fdbd0681008b226e861127cd8e9ae6
treebe4b8766109bc62099a01aaa873d61d0ce84483d
parent808f13d8fc38959dc90de7243029141e758a5c0a
net: smc911x: Drop the standalone EEPROM example

Drop the example, for two reasons. First, it is tapping directly into
the IO accessors of the SMC911x, while it should instead go through
the net device API. Second, this makes conversion of the SMC911x driver
to DM real hard.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
Cc: Tom Rini <trini@konsulko.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
examples/standalone/Makefile
examples/standalone/smc911x_eeprom.c [deleted file]