diff options
Diffstat (limited to 'drivers/ieee1394/nodemgr.c')
-rw-r--r-- | drivers/ieee1394/nodemgr.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/ieee1394/nodemgr.c b/drivers/ieee1394/nodemgr.c index dfed2ed2ed99..b873e5d57959 100644 --- a/drivers/ieee1394/nodemgr.c +++ b/drivers/ieee1394/nodemgr.c | |||
@@ -21,13 +21,14 @@ | |||
21 | #include <linux/moduleparam.h> | 21 | #include <linux/moduleparam.h> |
22 | #include <asm/atomic.h> | 22 | #include <asm/atomic.h> |
23 | 23 | ||
24 | #include "ieee1394_types.h" | 24 | #include "csr.h" |
25 | #include "highlevel.h" | ||
26 | #include "hosts.h" | ||
25 | #include "ieee1394.h" | 27 | #include "ieee1394.h" |
26 | #include "ieee1394_core.h" | 28 | #include "ieee1394_core.h" |
27 | #include "hosts.h" | 29 | #include "ieee1394_hotplug.h" |
30 | #include "ieee1394_types.h" | ||
28 | #include "ieee1394_transactions.h" | 31 | #include "ieee1394_transactions.h" |
29 | #include "highlevel.h" | ||
30 | #include "csr.h" | ||
31 | #include "nodemgr.h" | 32 | #include "nodemgr.h" |
32 | 33 | ||
33 | static int ignore_drivers; | 34 | static int ignore_drivers; |