]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-m68k/dma.h
m68k: remove the dead PCI code
[linux-2.6-omap-h63xx.git] / include / asm-m68k / dma.h
index d0c9e61e57b448e5aca2f4955467c72d2b3a7758..4240fbc946f86699b4211398c6ced340c9c4a0a8 100644 (file)
 extern int request_dma(unsigned int dmanr, const char * device_id);    /* reserve a DMA channel */
 extern void free_dma(unsigned int dmanr);      /* release it again */
 
-#ifdef CONFIG_PCI
-extern int isa_dma_bridge_buggy;
-#else
 #define isa_dma_bridge_buggy    (0)
-#endif
 
 #endif /* _M68K_DMA_H */