[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1363898133.1075.43.camel@smoke>
Date: Thu, 21 Mar 2013 13:35:33 -0700
From: Geoff Levand <geoff@...radead.org>
To: "David S. Miller" <davem@...emloft.net>
Cc: netdev@...r.kernel.org
Subject: [PATCH] net: Fix p3_gelic_net sparse warnings
Fix these sparse warnings:
ps3_gelic_net.c: error: marked inline, but without a definition
Signed-off-by: Geoff Levand <geoff@...radead.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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists