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)
committerBen Hutchings <ben@decadent.org.uk>
Tue, 10 Sep 2013 00:57:31 +0000 (01:57 +0100)
commitc7104995c19153da39c67924bc204e82e75cfccf
tree40e556b88b513d76ced1f946c8ef07491175c200
parent1e11845dc7a6e16ff4f65b25a09b1e07aeaf484a
include <linux/prefetch.h> in drivers/parisc/iommu-helpers.h

commit 650275dbfb2f4c12bc91420ad5a99f955eabec98 upstream.

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>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/parisc/iommu-helpers.h