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 <eliezer.tamir@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
bfffbea1aa
commit
076bb0c82a
@@ -56,7 +56,7 @@
|
||||
#include <net/sock.h>
|
||||
#include <net/tcp_states.h>
|
||||
#include <trace/events/skb.h>
|
||||
#include <net/ll_poll.h>
|
||||
#include <net/busy_poll.h>
|
||||
|
||||
/*
|
||||
* Is a socket 'connection oriented' ?
|
||||
|
||||
@@ -139,7 +139,7 @@
|
||||
#include <net/tcp.h>
|
||||
#endif
|
||||
|
||||
#include <net/ll_poll.h>
|
||||
#include <net/busy_poll.h>
|
||||
|
||||
static DEFINE_MUTEX(proto_list_mutex);
|
||||
static LIST_HEAD(proto_list);
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include <net/ip.h>
|
||||
#include <net/sock.h>
|
||||
#include <net/net_ratelimit.h>
|
||||
#include <net/ll_poll.h>
|
||||
#include <net/busy_poll.h>
|
||||
|
||||
static int one = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user