On Fri, 2008-04-04 at 14:16 -0700, Roland Dreier wrote:
>  > +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?
Yes, thanks.