X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Fsocket.c;h=829b460acb87e61e88928f596589b51b0947411d;hb=c8145c56103099565be2e18aeac2a32f79361f3f;hp=45afa648364a1c79a7f90209e6d376fa16a3492a;hpb=505608d2b9f3ab9e3ea0fd1b89b1cc560b91a7b5;p=karo-tx-linux.git diff --git a/net/socket.c b/net/socket.c index 45afa648364a..829b460acb87 100644 --- a/net/socket.c +++ b/net/socket.c @@ -104,11 +104,11 @@ #include #include #include -#include +#include #ifdef CONFIG_NET_LL_RX_POLL -unsigned int sysctl_net_ll_read __read_mostly; -unsigned int sysctl_net_ll_poll __read_mostly; +unsigned int sysctl_net_busy_read __read_mostly; +unsigned int sysctl_net_busy_poll __read_mostly; #endif static int sock_no_open(struct inode *irrelevant, struct file *dontcare);