|
@@ -25,9 +25,8 @@
|
|
#define fd_enable_irq() enable_irq(FLOPPY_IRQ)
|
|
#define fd_enable_irq() enable_irq(FLOPPY_IRQ)
|
|
#define fd_disable_irq() disable_irq(FLOPPY_IRQ)
|
|
#define fd_disable_irq() disable_irq(FLOPPY_IRQ)
|
|
#define fd_cacheflush(addr,size) /* nothing */
|
|
#define fd_cacheflush(addr,size) /* nothing */
|
|
-#define fd_request_irq() request_irq(FLOPPY_IRQ, floppy_interrupt, \
|
|
|
|
- SA_INTERRUPT|SA_SAMPLE_RANDOM, \
|
|
|
|
- "floppy", NULL)
|
|
|
|
|
|
+#define fd_request_irq() request_irq(FLOPPY_IRQ, floppy_interrupt,\
|
|
|
|
+ SA_INTERRUPT, "floppy", NULL)
|
|
#define fd_free_irq() free_irq(FLOPPY_IRQ, NULL);
|
|
#define fd_free_irq() free_irq(FLOPPY_IRQ, NULL);
|
|
|
|
|
|
#ifdef CONFIG_PCI
|
|
#ifdef CONFIG_PCI
|