Commit 41e596a1 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a49d2536
......@@ -39,7 +39,7 @@
#include <asm/cacheflush.h>
#include <linux/io.h>
#include <asm/current.h>
#include <linux/sched.h>
#include <linux/sched/signal.h>
#include <linux/file.h>
#include "atomisp_internal.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment