Title: [6064] trunk/arch/blackfin/include/asm/pci.h: Fix bug when compile some driver need PCI related API which is not in our arch
Revision
6064
Author
cooloney
Date
2009-02-05 02:56:20 -0600 (Thu, 05 Feb 2009)

Log Message

Fix bug when compile some driver need PCI related API which is not in our arch

Like this one:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=998aaf01c6f6f3dffc1ea9e7b20b131e38fdbc78

-Bryan

Modified Paths

Diff

Modified: trunk/arch/blackfin/include/asm/pci.h (6063 => 6064)


--- trunk/arch/blackfin/include/asm/pci.h	2009-02-05 08:54:43 UTC (rev 6063)
+++ trunk/arch/blackfin/include/asm/pci.h	2009-02-05 08:56:20 UTC (rev 6064)
@@ -4,6 +4,7 @@
 #define _ASM_BFIN_PCI_H
 
 #include <asm/scatterlist.h>
+#include <asm-generic/pci-dma-compat.h>
 
 /*
  *
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to