summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorPatrick Mochel <mochel@osdl.org>2003-03-02 21:48:58 -0600
committerPatrick Mochel <mochel@osdl.org>2003-03-02 21:48:58 -0600
commit75afd0da1519c9bb5da206b1d8629d88a2a8e0ed (patch)
treed2e7e3d74c8439ce4e6d7fe08afa7467c2770048 /include/linux
parent2201a8156bb22abb8e64f8aa34e4dcb4406b8e1d (diff)
driver model: remove <linux/sched.h> from include/linux/device.h
From Matt Wilcox
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index c2b01b98c464..b6b3385f31dc 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -27,9 +27,9 @@
#include <linux/ioport.h>
#include <linux/kobject.h>
#include <linux/list.h>
-#include <linux/sched.h>
#include <linux/spinlock.h>
#include <linux/types.h>
+#include <asm/semaphore.h>
#include <asm/atomic.h>
#define DEVICE_NAME_SIZE 50