]> git.pld-linux.org Git - packages/kernel.git/blame - 2.2.21-ppc_ieee1394.patch
- added -r to depmod to actually check modules instead of rejecting
[packages/kernel.git] / 2.2.21-ppc_ieee1394.patch
CommitLineData
db45d5fa
KT
1diff -urN linux.orig/drivers/ieee1394/linux22compat.h linux/drivers/ieee1394/linux22compat.h
2--- linux.orig/drivers/ieee1394/linux22compat.h Thu Jul 11 14:45:42 2002
3+++ linux/drivers/ieee1394/linux22compat.h Thu Jul 11 14:44:00 2002
e31f0ade
KT
4@@ -49,8 +49,12 @@
5 #include <linux/pci.h>
6 #include <asm/io.h>
db45d5fa 7
e31f0ade 8-/* seems to fix PPC build */
db45d5fa 9-typedef u32 dma_addr_t;
e31f0ade
KT
10+/* seems to fix PPC build
11+ * typedef u32 dma_addr_t;
12+ *
13+ * remove it, our types.h have this definitions
14+ * -- Krzysiek Taraszka <dzimi@pld.org.pl>
15+ */
1114ca3b 16
e31f0ade
KT
17 #define PCI_DMA_BIDIRECTIONAL 0
18 #define PCI_DMA_TODEVICE 1
This page took 0.096621 seconds and 4 git commands to generate.