nozomi.c:

1356c1356,1361
<     if ( (rval = request_irq( pdev->irq, &interrupt_handler, IRQF_SHARED, 
NOZOMI_NAME, pdev )) ) {
---
> #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,22)
>     if ( (rval = request_irq( pdev->irq, &interrupt_handler, IRQF_SHARED, 
> NOZOMI_NAME, pdev )) ) 
> #else
>     if ( (rval = request_irq( pdev->irq, &interrupt_handler, SA_SHIRQ, 
> NOZOMI_NAME, pdev )) ) 
> #endif
>     {

-- 
[hardy] nomozi-source is not compiling 
https://bugs.launchpad.net/bugs/184275
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to