diff options
| author | Alexey Dobriyan <adobriyan@gmail.com> | 2009-10-07 09:09:06 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-10-11 14:20:58 -0400 |
| commit | d43c36dc6b357fa1806800f18aa30123c747a6d1 (patch) | |
| tree | 339ce510073ecbe9b3592008f7dece7b277035ef /drivers/net/hamradio | |
| parent | 69585dd69e663a40729492c7b52eb82477a2027a (diff) | |
headers: remove sched.h from interrupt.h
After m68k's task_thread_info() doesn't refer to current,
it's possible to remove sched.h from interrupt.h and not break m68k!
Many thanks to Heiko Carstens for allowing this.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Diffstat (limited to 'drivers/net/hamradio')
| -rw-r--r-- | drivers/net/hamradio/baycom_epp.c | 1 | ||||
| -rw-r--r-- | drivers/net/hamradio/baycom_ser_fdx.c | 1 | ||||
| -rw-r--r-- | drivers/net/hamradio/baycom_ser_hdx.c | 1 | ||||
| -rw-r--r-- | drivers/net/hamradio/hdlcdrv.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/hamradio/baycom_epp.c b/drivers/net/hamradio/baycom_epp.c index 7bcaf7c6624..e344c84c0ef 100644 --- a/drivers/net/hamradio/baycom_epp.c +++ b/drivers/net/hamradio/baycom_epp.c | |||
| @@ -44,6 +44,7 @@ | |||
| 44 | #include <linux/module.h> | 44 | #include <linux/module.h> |
| 45 | #include <linux/kernel.h> | 45 | #include <linux/kernel.h> |
| 46 | #include <linux/init.h> | 46 | #include <linux/init.h> |
| 47 | #include <linux/sched.h> | ||
| 47 | #include <linux/string.h> | 48 | #include <linux/string.h> |
| 48 | #include <linux/workqueue.h> | 49 | #include <linux/workqueue.h> |
| 49 | #include <linux/fs.h> | 50 | #include <linux/fs.h> |
diff --git a/drivers/net/hamradio/baycom_ser_fdx.c b/drivers/net/hamradio/baycom_ser_fdx.c index aa4488e871b..ed60fd66427 100644 --- a/drivers/net/hamradio/baycom_ser_fdx.c +++ b/drivers/net/hamradio/baycom_ser_fdx.c | |||
| @@ -71,6 +71,7 @@ | |||
| 71 | 71 | ||
| 72 | /*****************************************************************************/ | 72 | /*****************************************************************************/ |
| 73 | 73 | ||
| 74 | #include <linux/capability.h> | ||
| 74 | #include <linux/module.h> | 75 | #include <linux/module.h> |
| 75 | #include <linux/ioport.h> | 76 | #include <linux/ioport.h> |
| 76 | #include <linux/string.h> | 77 | #include <linux/string.h> |
diff --git a/drivers/net/hamradio/baycom_ser_hdx.c b/drivers/net/hamradio/baycom_ser_hdx.c index 88c59359602..1686f6dcbbc 100644 --- a/drivers/net/hamradio/baycom_ser_hdx.c +++ b/drivers/net/hamradio/baycom_ser_hdx.c | |||
| @@ -61,6 +61,7 @@ | |||
| 61 | 61 | ||
| 62 | /*****************************************************************************/ | 62 | /*****************************************************************************/ |
| 63 | 63 | ||
| 64 | #include <linux/capability.h> | ||
| 64 | #include <linux/module.h> | 65 | #include <linux/module.h> |
| 65 | #include <linux/ioport.h> | 66 | #include <linux/ioport.h> |
| 66 | #include <linux/string.h> | 67 | #include <linux/string.h> |
diff --git a/drivers/net/hamradio/hdlcdrv.c b/drivers/net/hamradio/hdlcdrv.c index 0013c409782..91c5790c958 100644 --- a/drivers/net/hamradio/hdlcdrv.c +++ b/drivers/net/hamradio/hdlcdrv.c | |||
| @@ -42,6 +42,7 @@ | |||
| 42 | 42 | ||
| 43 | /*****************************************************************************/ | 43 | /*****************************************************************************/ |
| 44 | 44 | ||
| 45 | #include <linux/capability.h> | ||
| 45 | #include <linux/module.h> | 46 | #include <linux/module.h> |
| 46 | #include <linux/types.h> | 47 | #include <linux/types.h> |
| 47 | #include <linux/net.h> | 48 | #include <linux/net.h> |
