sched/core_ctl: Move header file to global location

Move the header file of core control to the standard linux include
directory to allow other entities to include this file.

Change-Id: I2ddb8b3b96063be3c6a6cb6bc333998e007f9de7
Signed-off-by: Olav Haugan <ohaugan@codeaurora.org>
This commit is contained in:
Olav Haugan 2016-10-18 18:09:59 -07:00
parent 651e7eb964
commit 76ac2a2803
3 changed files with 2 additions and 2 deletions

View file

@ -75,6 +75,7 @@
#include <linux/context_tracking.h>
#include <linux/compiler.h>
#include <linux/irq.h>
#include <linux/sched/core_ctl.h>
#include <asm/switch_to.h>
#include <asm/tlb.h>
@ -85,7 +86,6 @@
#endif
#include "sched.h"
#include "core_ctl.h"
#include "../workqueue_internal.h"
#include "../smpboot.h"

View file

@ -18,9 +18,9 @@
#include <linux/list_sort.h>
#include <linux/syscore_ops.h>
#include <linux/of.h>
#include <linux/sched/core_ctl.h>
#include "sched.h"
#include "core_ctl.h"
#include <trace/events/sched.h>