[openib-general] [2.6 patch] drivers/infiniband/hw/mthca/mthca_mad.c: make a function static
Adrian Bunk
bunk at stusta.de
Tue Apr 18 15:15:35 PDT 2006
This patch makes the needlessly global mthca_update_rate() static.
Signed-off-by: Adrian Bunk <bunk at stusta.de>
--- linux-2.6.17-rc1-mm3-full/drivers/infiniband/hw/mthca/mthca_mad.c.old 2006-04-18 21:38:06.000000000 +0200
+++ linux-2.6.17-rc1-mm3-full/drivers/infiniband/hw/mthca/mthca_mad.c 2006-04-18 21:38:14.000000000 +0200
@@ -49,7 +49,7 @@
MTHCA_VENDOR_CLASS2 = 0xa
};
-int mthca_update_rate(struct mthca_dev *dev, u8 port_num)
+static int mthca_update_rate(struct mthca_dev *dev, u8 port_num)
{
struct ib_port_attr *tprops = NULL;
int ret;
More information about the general
mailing list