diff options
| author | Patrick Mochel <mochel@osdl.org> | 2003-03-02 21:48:58 -0600 |
|---|---|---|
| committer | Patrick Mochel <mochel@osdl.org> | 2003-03-02 21:48:58 -0600 |
| commit | 75afd0da1519c9bb5da206b1d8629d88a2a8e0ed (patch) | |
| tree | d2e7e3d74c8439ce4e6d7fe08afa7467c2770048 /include/linux/device.h | |
| parent | 2201a8156bb22abb8e64f8aa34e4dcb4406b8e1d (diff) | |
driver model: remove <linux/sched.h> from include/linux/device.h
From Matt Wilcox
Diffstat (limited to 'include/linux/device.h')
| -rw-r--r-- | include/linux/device.h | 2 |
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 |
