mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 09:13:20 -05:00
[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>
This commit is contained in:
parent
97a29d59fc
commit
650275dbfb
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue