[RFC PATCH] misc: mic: scif_deinit_p2p_info() can be static

From: kbuild test robot
Date: Tue Oct 13 2015 - 05:50:45 EST



Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx>
---
scif_nodeqp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/mic/scif/scif_nodeqp.c b/drivers/misc/mic/scif/scif_nodeqp.c
index 5e94fac..81f0b23 100644
--- a/drivers/misc/mic/scif/scif_nodeqp.c
+++ b/drivers/misc/mic/scif/scif_nodeqp.c
@@ -436,7 +436,7 @@ free_p2p:
}

/* Uninitialize and release resources from a p2p mapping */
-void scif_deinit_p2p_info(struct scif_dev *scifdev, struct scif_p2p_info *p2p)
+static void scif_deinit_p2p_info(struct scif_dev *scifdev, struct scif_p2p_info *p2p)
{
struct scif_hw_dev *sdev = scifdev->sdev;

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/