From 9f456111ab761a25191db16eabca6ed4cb6bb615 Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Wed, 25 Nov 2015 13:35:22 +0000 Subject: [PATCH] spl-kmem-cache: include linux/prefetch.h for prefetchw() This is needed for architectures that do not have a builtin prefetchw() Signed-off-by: Dimitri John Ledkov Signed-off-by: Brian Behlendorf Closes #502 --- module/spl/spl-kmem-cache.c | 1 + 1 file changed, 1 insertion(+) diff --git a/module/spl/spl-kmem-cache.c b/module/spl/spl-kmem-cache.c index dea4053..846d243 100644 --- a/module/spl/spl-kmem-cache.c +++ b/module/spl/spl-kmem-cache.c @@ -31,6 +31,7 @@ #include #include #include +#include /* * Within the scope of spl-kmem.c file the kmem_cache_* definitions -- 2.39.5