[PATCH net-next] net: lls fix build with allnoconfig

Subsystems: networking [general], the rest

STALE4820d

2 messages, 2 authors, 2013-07-03 · open the first message on its own page

[PATCH net-next] net: lls fix build with allnoconfig

From: Eliezer Tamir <hidden>
Date: 2013-07-03 03:41:29

correct placeholder declarations to prevent build breakage when
!CONFIG_NET_LL_RX_POLL

Signed-off-by: Eliezer Tamir <redacted>
---

 include/net/ll_poll.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/net/ll_poll.h b/include/net/ll_poll.h
index b76f004..0d620ba 100644
--- a/include/net/ll_poll.h
+++ b/include/net/ll_poll.h
@@ -163,12 +163,12 @@ static inline unsigned long ll_get_flag(void)
 	return 0;
 }
 
-static inline u64 sk_ll_end_time(struct sock *sk)
+static inline u64 ll_start_time(unsigned int flag)
 {
 	return 0;
 }
 
-static inline u64 ll_end_time(void)
+static inline u64 ll_run_time(void)
 {
 	return 0;
 }
@@ -191,7 +191,7 @@ static inline void sk_mark_ll(struct sock *sk, struct sk_buff *skb)
 {
 }
 
-static inline bool can_poll_ll(u64 end_time)
+static inline bool can_poll_ll(u64 start_time, u64 run_time)
 {
 	return false;
 }

Re: [PATCH net-next] net: lls fix build with allnoconfig

From: David Miller <davem@davemloft.net>
Date: 2013-07-03 06:53:16

From: Eliezer Tamir <redacted>
Date: Wed, 03 Jul 2013 06:41:24 +0300
correct placeholder declarations to prevent build breakage when
!CONFIG_NET_LL_RX_POLL

Signed-off-by: Eliezer Tamir <redacted>
Applied, thanks.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help