From 20158f05b2f53cc5762b169d38e565db9c19fcb1 Mon Sep 17 00:00:00 2001 From: stefan Date: Wed, 11 Aug 2010 20:47:00 +0000 Subject: [PATCH] - remove a bug by the configuration of the network driver git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@82 315a16e6-25f9-4109-90ae-ca3045a26c18 --- drivers/net/sccpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/sccpc.c b/drivers/net/sccpc.c index f3b115ae..d12b95f1 100644 --- a/drivers/net/sccpc.c +++ b/drivers/net/sccpc.c @@ -20,7 +20,7 @@ #include #include #include -#ifdef CONFIG_LWIP +#if defined(CONFIG_LWIP) && defined(CONFIG_ROCKCREEK) #include #include #include