]> git.baikalelectronics.ru Git - kernel.git/commit
[PARISC] include <linux/prefetch.h> in drivers/parisc/iommu-helpers.h
authorCong Wang <xiyou.wangcong@gmail.com>
Fri, 3 Feb 2012 07:34:16 +0000 (15:34 +0800)
committerJames Bottomley <JBottomley@Parallels.com>
Mon, 27 Feb 2012 15:44:15 +0000 (09:44 -0600)
commit10e84b8344cc6a683c5cade378b5e4f7419b7762
tree4a4b8187cd2029efc3cdf9a264c9206b99f626c5
parent717b17a8be21c30d5bcec0eca8aa702707df5efa
[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>
drivers/parisc/iommu-helpers.h