> +void ipath_user_sdma_set_complete_counter(struct ipath_user_sdma_queue *pq, > + u32 c) > +{ > + pq->sent_counter = c; > +} This is only used in one file... OK to make it static?