Messages in this thread Patch in this message |  | | | Date | Fri, 16 Jul 2004 00:57:59 +0200 (CEST) | | From | Martin Diehl <> | | Subject | Re: [PATCH] Drop ISA dependencies from IRDA drivers |
| |
On Thu, 15 Jul 2004, Jean Tourrilhes wrote:
> irda_setup_dma was (supposedly) fixed in 2.6.8-rc1, and no > longer depend on CONFIG_ISA. Those driver are supposed to work on 64 > bits.
Ok, so maybe the following is missing in addition to Andi's patch?
Martin
----------- --- linux-2.6.8-rc1/net/irda/irda_device.c Tue Jul 13 00:31:34 2004 +++ v2.6.8-rc1-md/net/irda/irda_device.c Fri Jul 16 00:45:08 2004 @@ -529,7 +529,6 @@ int irda_device_set_mode(struct net_devi return ret; } -#ifdef CONFIG_ISA /* * Function setup_dma (idev, buffer, count, mode) * @@ -552,4 +551,3 @@ void irda_setup_dma(int channel, dma_add release_dma_lock(flags); } EXPORT_SYMBOL(irda_setup_dma); -#endif - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |