From: Andreas Bießmann Date: Wed, 30 Oct 2013 14:18:21 +0000 (+0100) Subject: net: remove unused CONFIG_AT91_LEGACY X-Git-Tag: v2014.01-rc2~42^2~16^2~12 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=1bcdde249911e1a160dbd8016248fc28771da21f;hp=2ece29b1025350efd9a4ca6d86aeecdb87eb7220 net: remove unused CONFIG_AT91_LEGACY Signed-off-by: Andreas Bießmann --- diff --git a/drivers/net/at91_emac.c b/drivers/net/at91_emac.c index 73612ea069..64d4c56ac5 100644 --- a/drivers/net/at91_emac.c +++ b/drivers/net/at91_emac.c @@ -10,19 +10,10 @@ #include #include -#ifndef CONFIG_AT91_LEGACY #include #include #include #include -#else -/* remove next 5 lines, if all RM9200 boards convert to at91 arch */ -#include -#include -#include -#include -#include -#endif #include #include #include