From 16c15e3e454b654dbb5bc23c7c3b06171146ccfb Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 18 Nov 2016 15:31:45 -0800 Subject: [PATCH] target/user: Add an #include directive Since this driver uses kmap_atomic(), include the highmem header file. Signed-off-by: Bart Van Assche Cc: Nicholas Bellinger Cc: Andy Grover Orabug: 25395066 (cherry picked from commit f5045724578babc7bd3460087f34cc787a8b0e20) Signed-off-by: Kyle Fortin Reviewed-by: Shan Hai --- drivers/target/target_core_user.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/target/target_core_user.c b/drivers/target/target_core_user.c index c1c9836bcff9..e584dc419921 100644 --- a/drivers/target/target_core_user.c +++ b/drivers/target/target_core_user.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include -- 2.50.1