Merge branch 'master' of git://www.denx.de/git/u-boot-net
[oweals/u-boot.git] / drivers / net / netconsole.c
index 69089f92cec913b1ab6d0c33f94273d8cc10badf..b2ee5eaba498635c45bc272a423933c4477e95a1 100644 (file)
@@ -22,9 +22,6 @@
  */
 
 #include <common.h>
-
-#ifdef CONFIG_NETCONSOLE
-
 #include <command.h>
 #include <devices.h>
 #include <net.h>
@@ -263,5 +260,3 @@ int drv_nc_init (void)
 
        return (rc == 0) ? 1 : rc;
 }
-
-#endif /* CONFIG_NETCONSOLE */