[Bug 184275] Re: [hardy] nomozi-source is not compiling

2008-01-20 Thread hirosh.dabui
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 >

[Bug 184275] Re: [hardy] nomozi-source is not compiling

2008-01-20 Thread hirosh.dabui
better fix ist to differ between the kernel versions: < 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_N

[Bug 184275] Re: [hardy] nomozi-source is not compiling

2008-01-20 Thread hirosh.dabui
After the fix, it is possible to compile the source and to integrate this nazomi-module with the module-assistant without problems great Hirosh -- [hardy] nomozi-source is not compiling https://bugs.launchpad.net/bugs/184275 You received this bug notification because you are a member of

[Bug 184275] Re: [hardy] nomozi-source is not compiling

2008-01-19 Thread Launchpad Bug Tracker
This bug was fixed in the package nozomi - 2.1-4ubuntu1 --- nozomi (2.1-4ubuntu1) hardy; urgency=low * added debian/patches/ubuntu-hardy-kernel.patch: (LP: #184275) to make this module compile again. Thx to Hirosh Dabui <[EMAIL PROTECTED]> for proving the fix -- Stephan He