diff options
| author | Eliezer Tamir <[email protected]> | 2013-07-10 14:13:17 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2013-07-11 00:08:27 +0000 |
| commit | 076bb0c82a44fbe46fe2c8527a5b5b64b69f679d (patch) | |
| tree | c97290b972a4c942bb1e312b67f4a4f22e3670e5 /net/ipv6/tcp_ipv6.c | |
| parent | Merge tag 'mmc-updates-for-3.11-rc1' of git://git.kernel.org/pub/scm/linux/ke... (diff) | |
| download | kernel-076bb0c82a44fbe46fe2c8527a5b5b64b69f679d.tar.gz kernel-076bb0c82a44fbe46fe2c8527a5b5b64b69f679d.zip | |
net: rename include/net/ll_poll.h to include/net/busy_poll.h
Rename the file and correct all the places where it is included.
Signed-off-by: Eliezer Tamir <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
| -rw-r--r-- | net/ipv6/tcp_ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 5cffa5c3e6b8..345bd92d4ddb 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c @@ -63,7 +63,7 @@ #include <net/inet_common.h> #include <net/secure_seq.h> #include <net/tcp_memcontrol.h> -#include <net/ll_poll.h> +#include <net/busy_poll.h> #include <asm/uaccess.h> |
