Online Linux Driver Verification Service (alpha)

Build Error Trace
Driver: 0001-of-Add-generic-device-tree-DMA-helpers.patch
Kernel: linux-2.6.34.1
Verification architecture: x86_64

0
1 : Couldn't apply patch 0001-of-Add-generic-device-tree-DMA-helpers.patch_18: see the rejected chunks below.
2 Perhaps, the patch simply does not fit this kernel version?
3
4 patching file Documentation/devicetree/bindings/dma/dma.txt
5 patching file drivers/of/Kconfig
6 Hunk #1 FAILED at 90.
7 1 out of 1 hunk FAILED -- saving rejects to file drivers/of/Kconfig.rej
8
9 ******* REJ FILE drivers/of/Kconfig.rej *******
10 --- drivers/of/Kconfig
11 +++ drivers/of/Kconfig
12 @@ -90,4 +90,9 @@
13 help
14 OpenFirmware PCI IRQ routing helpers
15
16 +config OF_DMA
17 + def_bool y
18 + help
19 + Device Tree DMA routing helpers
20 +
21 endmenu # OF
22
23 *******************
24 patching file drivers/of/Makefile
25 Hunk #1 FAILED at 12.
26 1 out of 1 hunk FAILED -- saving rejects to file drivers/of/Makefile.rej
27
28 ******* REJ FILE drivers/of/Makefile.rej *******
29 --- drivers/of/Makefile
30 +++ drivers/of/Makefile
31 @@ -12,3 +12,4 @@
32 obj-$(CONFIG_OF_MDIO) += of_mdio.o
33 obj-$(CONFIG_OF_PCI) += of_pci.o
34 obj-$(CONFIG_OF_PCI_IRQ) += of_pci_irq.o
35 +obj-$(CONFIG_OF_DMA) += dma.o
36
37 *******************
38 patching file drivers/of/dma.c
39 patching file include/linux/of_dma.h
40
41