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

Commit 37721e1b authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Linus Torvalds
Browse files

headers: path.h redux



Remove path.h from sched.h and other files.

Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 9f99a2f0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -372,6 +372,7 @@ struct audit_buffer;
struct audit_context;
struct inode;
struct netlink_skb_parms;
struct path;
struct linux_binprm;
struct mq_attr;
struct mqstat;
+1 −1
Original line number Diff line number Diff line
@@ -13,10 +13,10 @@
#ifdef CONFIG_PROFILING
 
#include <linux/dcache.h>
#include <linux/path.h>
#include <linux/types.h>
 
struct dcookie_user;
struct path;
 
/**
 * dcookie_register - register a user of dcookies
+0 −1
Original line number Diff line number Diff line
@@ -70,7 +70,6 @@ struct sched_param {
#include <linux/smp.h>
#include <linux/sem.h>
#include <linux/signal.h>
#include <linux/path.h>
#include <linux/compiler.h>
#include <linux/completion.h>
#include <linux/pid.h>
+1 −2
Original line number Diff line number Diff line
@@ -15,12 +15,11 @@
#ifndef __AA_FILE_H
#define __AA_FILE_H

#include <linux/path.h>

#include "domain.h"
#include "match.h"

struct aa_profile;
struct path;

/*
 * We use MAY_EXEC, MAY_WRITE, MAY_READ, MAY_APPEND and the following flags
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
#include <linux/audit.h>
#include <linux/lsm_audit.h>
#include <linux/in6.h>
#include <linux/path.h>
#include <asm/system.h>
#include "flask.h"
#include "av_permissions.h"