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

Commit b69339ba authored by Ingo Molnar's avatar Ingo Molnar
Browse files

sched/headers: Prepare to remove spurious <linux/sched.h> inclusion dependencies



In the following patches we are going to remove various headers
from sched.h and other headers that sched.h includes.

To make those patches build cleanly prepare the scene by adding
dependencies to various files that learned to rely on those
to-be-removed dependencies.

These changes all make sense standalone: they add a header for
a data type that a particular .c or .h file is using.

Acked-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent 50d34394
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#include <linux/hash.h>
#include <linux/types.h>
#include <linux/rculist.h>
#include <linux/completion.h>

#include "vmci_resource.h"
#include "vmci_driver.h"
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ struct sched_param {
#include <linux/types.h>
#include <linux/timex.h>
#include <linux/jiffies.h>
#include <linux/mutex.h>
#include <linux/plist.h>
#include <linux/rbtree.h>
#include <linux/thread_info.h>
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@
 *
 */

#include <linux/wait.h>
#include <sound/asound.h>

#define snd_kcontrol_chip(kcontrol) ((kcontrol)->private_data)
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
#include <linux/dma-direction.h> /* enum dma_data_direction */
#include <linux/percpu_ida.h>    /* struct percpu_ida */
#include <linux/semaphore.h>     /* struct semaphore */
#include <linux/completion.h>

#define TARGET_CORE_VERSION		"v5.0"