]> git.pld-linux.org Git - packages/kernel.git/blob - 2.2.21-ppc_ieee1394.patch
- CAN-2003-0985 fix from Linux 2.4.24 (apply before grsec)
[packages/kernel.git] / 2.2.21-ppc_ieee1394.patch
1 diff -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
4 @@ -49,8 +49,12 @@
5  #include <linux/pci.h>
6  #include <asm/io.h>
7  
8 -/* seems to fix PPC build */
9 -typedef u32 dma_addr_t;
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 + */
16  
17  #define PCI_DMA_BIDIRECTIONAL  0
18  #define PCI_DMA_TODEVICE       1
This page took 0.237645 seconds and 3 git commands to generate.