X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fkernelcapi.h;h=a53e932f80fb29dc724ea5f6aa69fb042f536f54;hb=067ab19923673e3d8c982d877bedb9d65c976c22;hp=f8a0ff86dacc448881525fa38dcadfb3783e5cfc;hpb=d7fe0f241dceade9c8d4af75498765c5ff7f27e6;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/kernelcapi.h b/include/linux/kernelcapi.h index f8a0ff86dac..a53e932f80f 100644 --- a/include/linux/kernelcapi.h +++ b/include/linux/kernelcapi.h @@ -63,7 +63,7 @@ struct capi20_appl { unsigned long nrecvdatapkt; unsigned long nsentctlpkt; unsigned long nsentdatapkt; - struct semaphore recv_sem; + struct mutex recv_mtx; struct sk_buff_head recv_queue; struct work_struct recv_work; int release_in_progress;