From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cong Wang Subject: [Patch] parisc: include in drivers/parisc/iommu-helpers.h Date: Fri, 3 Feb 2012 15:34:16 +0800 Message-ID: <1328254456-15967-1-git-send-email-xiyou.wangcong@gmail.com> Cc: Andrew Morton , Kyle McMartin , Helge Deller , "James E.J. Bottomley" , WANG Cong , linux-parisc@vger.kernel.org To: linux-kernel@vger.kernel.org Return-path: List-ID: List-Id: linux-parisc.vger.kernel.org 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 where prefetchw is declared. Cc: Kyle McMartin Cc: Helge Deller Cc: "James E.J. Bottomley" Signed-off-by: WANG Cong --- 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 + /** * iommu_fill_pdir - Insert coalesced scatter/gather chunks into the I/O Pdir. * @ioc: The I/O Controller.