From: Greg Kroah-Hartman Date: Mon, 6 Mar 2017 10:09:02 +0000 (+0100) Subject: staging: media: atomisp: handle sched.h breakup X-Git-Tag: v4.12-rc1~84^2~795 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=41e596a1fcd9988d041d663cf5ac51188a451be5;p=linux.git staging: media: atomisp: handle sched.h breakup This fixes a build issue where sched.h changed around a bit in 4.11-rc1. Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/media/atomisp/pci/atomisp2/hmm/hmm_bo.c b/drivers/staging/media/atomisp/pci/atomisp2/hmm/hmm_bo.c index 05ff912f3b5c..e2aa94991aee 100644 --- a/drivers/staging/media/atomisp/pci/atomisp2/hmm/hmm_bo.c +++ b/drivers/staging/media/atomisp/pci/atomisp2/hmm/hmm_bo.c @@ -39,7 +39,7 @@ #include #include #include -#include +#include #include #include "atomisp_internal.h"