X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=net%2Fsocket.c;h=2b7a4b5c9b7254c2ca0534cd174de5bb004a7659;hb=1b871826b3dfcdcd78140d17c00e452eec6c12a4;hp=3e8d4e35c08f3892e615959f60b0855e72f348a1;hpb=95237b80a3021ce5abb4d9ad330355549026f9c3;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