diff options
| author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-04-09 20:39:07 -0400 |
|---|---|---|
| committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-04-29 18:00:29 -0400 |
| commit | 9543a931dcd82bfc5143807440ff63c7721a2e2a (patch) | |
| tree | 183f1c4e44c9c8dbec3cec8130ddf5f103ef718c /drivers | |
| parent | 3a23a81e83fddb40ec0242c74acb4b1829676bfc (diff) | |
ieee1394: some more includes
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/ieee1394/ieee1394_transactions.c | 3 | ||||
| -rw-r--r-- | drivers/ieee1394/nodemgr.c | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/drivers/ieee1394/ieee1394_transactions.c b/drivers/ieee1394/ieee1394_transactions.c index 8b7511d52533..0272dacccd69 100644 --- a/drivers/ieee1394/ieee1394_transactions.c +++ b/drivers/ieee1394/ieee1394_transactions.c | |||
| @@ -10,13 +10,16 @@ | |||
| 10 | */ | 10 | */ |
| 11 | 11 | ||
| 12 | #include <linux/bitops.h> | 12 | #include <linux/bitops.h> |
| 13 | #include <linux/compiler.h> | ||
| 13 | #include <linux/hardirq.h> | 14 | #include <linux/hardirq.h> |
| 14 | #include <linux/spinlock.h> | 15 | #include <linux/spinlock.h> |
| 16 | #include <linux/string.h> | ||
| 15 | #include <linux/sched.h> /* because linux/wait.h is broken if CONFIG_SMP=n */ | 17 | #include <linux/sched.h> /* because linux/wait.h is broken if CONFIG_SMP=n */ |
| 16 | #include <linux/wait.h> | 18 | #include <linux/wait.h> |
| 17 | 19 | ||
| 18 | #include <asm/bug.h> | 20 | #include <asm/bug.h> |
| 19 | #include <asm/errno.h> | 21 | #include <asm/errno.h> |
| 22 | #include <asm/system.h> | ||
| 20 | 23 | ||
| 21 | #include "ieee1394.h" | 24 | #include "ieee1394.h" |
| 22 | #include "ieee1394_types.h" | 25 | #include "ieee1394_types.h" |
diff --git a/drivers/ieee1394/nodemgr.c b/drivers/ieee1394/nodemgr.c index faaa5c94fb07..ddd7aac1e90f 100644 --- a/drivers/ieee1394/nodemgr.c +++ b/drivers/ieee1394/nodemgr.c | |||
| @@ -16,6 +16,7 @@ | |||
| 16 | #include <linux/kthread.h> | 16 | #include <linux/kthread.h> |
| 17 | #include <linux/module.h> | 17 | #include <linux/module.h> |
| 18 | #include <linux/moduleparam.h> | 18 | #include <linux/moduleparam.h> |
| 19 | #include <linux/mutex.h> | ||
| 19 | #include <linux/freezer.h> | 20 | #include <linux/freezer.h> |
| 20 | #include <asm/atomic.h> | 21 | #include <asm/atomic.h> |
| 21 | 22 | ||
