* [PATCH net-next] net: lls fix build with allnoconfig
@ 2013-07-03 3:41 Eliezer Tamir
2013-07-03 6:53 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Eliezer Tamir @ 2013-07-03 3:41 UTC (permalink / raw)
To: David Miller
Cc: linux-kernel, netdev, Willem de Bruijn, Eric Dumazet, Andi Kleen,
HPA, Eliezer Tamir
correct placeholder declarations to prevent build breakage when
!CONFIG_NET_LL_RX_POLL
Signed-off-by: Eliezer Tamir <eliezer.tamir@linux.intel.com>
---
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;
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net-next] net: lls fix build with allnoconfig
2013-07-03 3:41 [PATCH net-next] net: lls fix build with allnoconfig Eliezer Tamir
@ 2013-07-03 6:53 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2013-07-03 6:53 UTC (permalink / raw)
To: eliezer.tamir
Cc: linux-kernel, netdev, willemb, erdnetdev, andi, hpa, eliezer
From: Eliezer Tamir <eliezer.tamir@linux.intel.com>
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 <eliezer.tamir@linux.intel.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-07-03 6:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-03 3:41 [PATCH net-next] net: lls fix build with allnoconfig Eliezer Tamir
2013-07-03 6:53 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).