diff options
author | Tatyana Nikolova <Tatyana.E.Nikolova@intel.com> | 2011-12-07 17:04:27 -0500 |
---|---|---|
committer | Roland Dreier <roland@purestorage.com> | 2012-01-04 12:07:24 -0500 |
commit | b0fda90f2a8eeac269833e7ef9e32d199747072b (patch) | |
tree | 4b5b500002ad23ff9de6b9d7e8f0dc4477b51807 | |
parent | 30b7e117af450850b0fe813e1ee0780934bdcad3 (diff) |
RDMA/nes: Make unnecessarily global nes_set_pau() static
Warned about by sparse.
Signed-off-by: Tatyana Nikolova <Tatyana.E.Nikolova@intel.com>
Signed-off-by: Faisal Latif <Faisal.Latif@intel.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
-rw-r--r-- | drivers/infiniband/hw/nes/nes_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/nes/nes_utils.c b/drivers/infiniband/hw/nes/nes_utils.c index cd10968bfa22..8b4c2ff54888 100644 --- a/drivers/infiniband/hw/nes/nes_utils.c +++ b/drivers/infiniband/hw/nes/nes_utils.c | |||
@@ -56,7 +56,7 @@ static u16 nes_read16_eeprom(void __iomem *addr, u16 offset); | |||
56 | u32 mh_detected; | 56 | u32 mh_detected; |
57 | u32 mh_pauses_sent; | 57 | u32 mh_pauses_sent; |
58 | 58 | ||
59 | u32 nes_set_pau(struct nes_device *nesdev) | 59 | static u32 nes_set_pau(struct nes_device *nesdev) |
60 | { | 60 | { |
61 | u32 ret = 0; | 61 | u32 ret = 0; |
62 | u32 counter; | 62 | u32 counter; |