Searched hist:"650275 dbfb2f4c12bc91420ad5a99f955eabec98" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/parisc/ |
H A D | iommu-helpers.h | diff 650275dbfb2f4c12bc91420ad5a99f955eabec98 Fri Feb 03 01:34:16 CST 2012 Cong Wang <xiyou.wangcong@gmail.com> [PARISC] include <linux/prefetch.h> in drivers/parisc/iommu-helpers.h
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.
Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
|