diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-11-19 21:23:48 -0500 |
---|---|---|
committer | Jody McIntyre <scjody@modernduck.com> | 2005-11-19 21:23:48 -0500 |
commit | e27d3014f301e6aee7b65b62ad1da2940e1fd8de (patch) | |
tree | 9469127827205caa3f6700c02d150dcd412a3f16 | |
parent | 35267ab61f0bf7a867ac87e19714b858d08d440a (diff) |
Every file should #include the headers containing the prototypes for
it's global functions.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Jody McIntyre <scjody@modernduck.com>
-rw-r--r-- | drivers/ieee1394/ieee1394_transactions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ieee1394/ieee1394_transactions.c b/drivers/ieee1394/ieee1394_transactions.c index 0aa876360f9b..81b983c7a7d0 100644 --- a/drivers/ieee1394/ieee1394_transactions.c +++ b/drivers/ieee1394/ieee1394_transactions.c | |||
@@ -22,6 +22,7 @@ | |||
22 | #include "ieee1394_core.h" | 22 | #include "ieee1394_core.h" |
23 | #include "highlevel.h" | 23 | #include "highlevel.h" |
24 | #include "nodemgr.h" | 24 | #include "nodemgr.h" |
25 | #include "ieee1394_transactions.h" | ||
25 | 26 | ||
26 | 27 | ||
27 | #define PREP_ASYNC_HEAD_ADDRESS(tc) \ | 28 | #define PREP_ASYNC_HEAD_ADDRESS(tc) \ |