]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/mmc/wbsd.c
[Bluetooth] Correct SCO buffer size on request
[linux-2.6-omap-h63xx.git] / drivers / mmc / wbsd.c
index 3fcd86c08ebd8fe2d224065e39038777ff2dd495..8a30ef3ae4191d52320516ae72b93c75f47a6aac 100644 (file)
@@ -1553,7 +1553,7 @@ static int __devinit wbsd_request_irq(struct wbsd_host *host, int irq)
         * Allocate interrupt.
         */
 
-       ret = request_irq(irq, wbsd_irq, SA_SHIRQ, DRIVER_NAME, host);
+       ret = request_irq(irq, wbsd_irq, IRQF_SHARED, DRIVER_NAME, host);
        if (ret)
                return ret;