public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: fengguang.wu@intel.com (kbuild test robot)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH nomadik] net: ethernet: gmac_coalesce_delay_expired() can be static
Date: Thu, 11 Jan 2018 16:02:56 +0800	[thread overview]
Message-ID: <20180111080256.GA23490@lkp-sb05> (raw)
In-Reply-To: <201801111518.om5JWZd1%fengguang.wu@intel.com>


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,

           reply	other threads:[~2018-01-11  8:02 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <201801111518.om5JWZd1%fengguang.wu@intel.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180111080256.GA23490@lkp-sb05 \
    --to=fengguang.wu@intel.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox