3 Feb 08:34
[Patch] parisc: include <linux/prefetch.h> in drivers/parisc/iommu-helpers.h
Cong Wang <xiyou.wangcong <at> gmail.com>
2012-02-03 07:34:16 GMT
2012-02-03 07:34:16 GMT
drivers/parisc/iommu-helpers.h:62: error: implicit declaration of function 'prefetchw' make[3]: *** [drivers/parisc/sba_iommu.o] Error 1 drivers/parisc/iommu-helpers.h needs to #include <linux/prefetch.h> where prefetchw is declared. Cc: Kyle McMartin <kyle <at> mcmartin.ca> Cc: Helge Deller <deller <at> gmx.de> Cc: "James E.J. Bottomley" <jejb <at> parisc-linux.org> Signed-off-by: WANG Cong <xiyou.wangcong <at> gmail.com> --- diff --git a/drivers/parisc/iommu-helpers.h b/drivers/parisc/iommu-helpers.h index a9c46cc..460aed9 100644 --- a/drivers/parisc/iommu-helpers.h +++ b/drivers/parisc/iommu-helpers.h @@ -1,3 +1,5 @@ +#include <linux/prefetch.h> + /** * iommu_fill_pdir - Insert coalesced scatter/gather chunks into the I/O Pdir. * @ioc: The I/O Controller. -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo <at> vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
RSS Feed