Skip to content

Commit

Permalink
IB/iser: Make needlessly global iser_alloc_rx_descriptors() static
Browse files Browse the repository at this point in the history
Signed-off-by: Or Gerlitz <ogerlitz@voltaire.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
  • Loading branch information
Or Gerlitz authored and Roland Dreier committed Aug 4, 2010
1 parent 50a025c commit 48d8fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/infiniband/ulp/iser/iser_initiator.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ static void iser_create_send_desc(struct iser_conn *ib_conn,
}


int iser_alloc_rx_descriptors(struct iser_conn *ib_conn)
static int iser_alloc_rx_descriptors(struct iser_conn *ib_conn)
{
int i, j;
u64 dma_addr;
Expand Down

0 comments on commit 48d8fce

Please sign in to comment.