From: Paul Gortmaker
Date: Mon, 31 Oct 2016 15:32:16 -0400
> The Makefile/Kconfig currently controlling compilation of this code is:
>
> drivers/net/cris/Makefile:obj-$(CONFIG_ETRAX_ARCH_V10) += eth_v10.o
>
> arch/cris/Kconfig:config ETRAX_ARCH_V10
> arch/cris/Kconfig: bool
>
> ...meanin
The Makefile/Kconfig currently controlling compilation of this code is:
drivers/net/cris/Makefile:obj-$(CONFIG_ETRAX_ARCH_V10) += eth_v10.o
arch/cris/Kconfig:config ETRAX_ARCH_V10
arch/cris/Kconfig: bool
...meaning that it currently is not being built as a module by anyone.
Lets remove th