commit | a46e812620bd7db457ce002544a1a6572c313d8a | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@freescale.com> | Fri Jul 29 12:16:27 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Jul 29 13:12:52 2005 -0700 |
tree | d0612d80c5b7c1eab17c28c183e06906c9b1b7f3 | |
parent | 10f4338ca8534823bc6c843edbbe42fd4e73d258 [diff] |
[PATCH] PCI: fix up errors after dma bursting patch and CONFIG_PCI=n -- bug? In the patch from: http://www.uwsg.iu.edu/hypermail/linux/kernel/0506.3/0985.html Is the the following line suppose inside the if CONFIG_PCI=n #define pci_dma_burst_advice(pdev, strat, strategy_parameter) do { } while (0) Signed-off-by: Kumar Gala <kumar.gala@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>