]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/kernelcapi.h
PCI Hotplug: convert acpi_pci_detect_ejectable() to take an acpi_handle
[karo-tx-linux.git] / include / linux / kernelcapi.h
index f8a0ff86dacc448881525fa38dcadfb3783e5cfc..a53e932f80fb29dc724ea5f6aa69fb042f536f54 100644 (file)
@@ -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;