* [RFC PATCH nomadik] net: ethernet: gmac_coalesce_delay_expired() can be static
[not found] <201801111518.om5JWZd1%fengguang.wu@intel.com>
@ 2018-01-11 8:02 ` kbuild test robot
0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2018-01-11 8:02 UTC (permalink / raw)
To: linux-arm-kernel
Fixes: de0cb586c9e5 ("net: ethernet: Add a driver for Gemini gigabit ethernet")
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
gemini.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/cortina/gemini.c b/drivers/net/ethernet/cortina/gemini.c
index 7258136..459bdf5a 100644
--- a/drivers/net/ethernet/cortina/gemini.c
+++ b/drivers/net/ethernet/cortina/gemini.c
@@ -1624,7 +1624,7 @@ static u32 gmac_get_intr_flags(struct net_device *netdev, int i)
return val;
}
-enum hrtimer_restart gmac_coalesce_delay_expired(struct hrtimer *timer)
+static enum hrtimer_restart gmac_coalesce_delay_expired(struct hrtimer *timer)
{
struct gemini_ethernet_port *port =
container_of(timer, struct gemini_ethernet_port,
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-01-11 8:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <201801111518.om5JWZd1%fengguang.wu@intel.com>
2018-01-11 8:02 ` [RFC PATCH nomadik] net: ethernet: gmac_coalesce_delay_expired() can be static kbuild test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox