X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=net%2Fsocket.c;h=2b7a4b5c9b7254c2ca0534cd174de5bb004a7659;hb=ad1d967c88e349c7e822ad75dd3247a2a50d2ea3;hp=3e8d4e35c08f3892e615959f60b0855e72f348a1;hpb=99ee3a6d4577e7633c66304e4aefeca5489c8d5c;p=linux-2.6-omap-h63xx.git diff --git a/net/socket.c b/net/socket.c index 3e8d4e35c08..2b7a4b5c9b7 100644 --- a/net/socket.c +++ b/net/socket.c @@ -1142,7 +1142,7 @@ static int __sock_create(struct net *net, int family, int type, int protocol, sock->type = type; -#if defined(CONFIG_KMOD) +#ifdef CONFIG_MODULES /* Attempt to load a protocol module if the find failed. * * 12/09/1996 Marcin: But! this makes REALLY only sense, if the user