Merge "soc: qcom: glink: Included sched.h to avoid build error"

This commit is contained in:
Linux Build Service Account 2016-07-22 08:56:27 -07:00 committed by Gerrit - the friendly Code Review server
commit a21b7b7eb3

View file

@ -19,6 +19,7 @@
#include <linux/kernel.h>
#include <linux/kref.h>
#include <linux/ratelimit.h>
#include <linux/sched.h>
#include <linux/seq_file.h>
#include <linux/spinlock.h>
#include <linux/types.h>