Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 202385
Collapse All | Expand All

(-)usr.orig/src/kernel-modules/fritzcapi/fritz.pci/src/driver.c (-2 / +2 lines)
Lines 378-386 Link Here
378
			card->irq, 
378
			card->irq, 
379
			&irq_handler, 
379
			&irq_handler, 
380
#if defined (__fcpci__) || defined (__fcpcmcia__)
380
#if defined (__fcpci__) || defined (__fcpcmcia__)
381
			SA_INTERRUPT | SA_SHIRQ, 
381
			IRQF_DISABLED | IRQF_SHARED, 
382
#else
382
#else
383
			SA_INTERRUPT, 
383
			IRQF_DISABLED, 
384
#endif
384
#endif
385
			TARGET, 
385
			TARGET, 
386
			card
386
			card

Return to bug 202385