Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a112642 authored by Satya Durga Srinivasu Prabhala's avatar Satya Durga Srinivasu Prabhala Committed by Gerrit - the friendly Code Review server
Browse files

sched: core_ctl: include types.h from uapi



struct sched_param definition is moved to types.h part of
uapi headers which is needed to compile core_ctl.

Change-Id: I5b7457ba071db4e11f2ffbcde6b41aa77d8e206f
Signed-off-by: default avatarSatya Durga Srinivasu Prabhala <satyap@codeaurora.org>
parent 3b32aeac
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/* Copyright (c) 2014-2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2014-2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -20,6 +20,7 @@
#include <linux/sched.h>
#include <linux/sched/rt.h>
#include <linux/syscore_ops.h>
#include <uapi/linux/sched/types.h>

#include <trace/events/sched.h>
#include "sched.h"