netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: Fix p3_gelic_net sparse warnings
@ 2013-03-21 20:35 Geoff Levand
  2013-03-21 21:17 ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Geoff Levand @ 2013-03-21 20:35 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev

Fix these sparse warnings:

  ps3_gelic_net.c: error: marked inline, but without a definition

Signed-off-by: Geoff Levand <geoff@infradead.org>
---

Hi Dave,

Please queue for 3.10.  Thanks.

-Geoff

 drivers/net/ethernet/toshiba/ps3_gelic_net.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/toshiba/ps3_gelic_net.c b/drivers/net/ethernet/toshiba/ps3_gelic_net.c
index 445c059..8d03fcb 100644
--- a/drivers/net/ethernet/toshiba/ps3_gelic_net.c
+++ b/drivers/net/ethernet/toshiba/ps3_gelic_net.c
@@ -294,7 +294,7 @@ iommu_error:
  * Reset the status of dma descriptors to ready state
  * and re-initialize the hardware chain for later use
  */
-static void gelic_card_reset_chain(struct gelic_card *card,
+static inline void gelic_card_reset_chain(struct gelic_card *card,
 				   struct gelic_descr_chain *chain,
 				   struct gelic_descr *start_descr)
 {
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-03-22 14:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-21 20:35 [PATCH] net: Fix p3_gelic_net sparse warnings Geoff Levand
2013-03-21 21:17 ` David Miller
2013-03-22  0:06   ` [PATCH v2] " Geoff Levand
2013-03-22 14:21     ` 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).