From: Andreas Bießmann Date: Wed, 30 Oct 2013 14:18:21 +0000 (+0100) Subject: net: remove unused CONFIG_AT91_LEGACY X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1bcdde249911e1a160dbd8016248fc28771da21f;p=project%2Fbcm63xx%2Fu-boot.git 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