Commit 0b466013 authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Linus Torvalds

[PATCH] remove sched.h from elf.h

elf.h simply doesn't need sched.h
parent 3c5fcc41
#ifndef _LINUX_ELF_H #ifndef _LINUX_ELF_H
#define _LINUX_ELF_H #define _LINUX_ELF_H
#include <linux/sched.h>
#include <linux/types.h> #include <linux/types.h>
#include <asm/elf.h> #include <asm/elf.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment