headers: kobject.h redux

Remove kobject.h from files which don't need it, notably,
sched.h and fs.h.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Alexey Dobriyan
2011-01-10 08:18:25 +02:00
committed by Linus Torvalds
parent 37721e1b0c
commit 57cc7215b7
18 changed files with 6 additions and 13 deletions

View File

@@ -36,7 +36,6 @@
#define _ACPIPHP_H
#include <linux/acpi.h>
#include <linux/kobject.h>
#include <linux/mutex.h>
#include <linux/pci_hotplug.h>