From: Adrian Bunk Date: Sun, 20 Nov 2005 02:23:48 +0000 (-0500) Subject: Every file should #include the headers containing the prototypes for X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e27d3014f301e6aee7b65b62ad1da2940e1fd8de;p=linux-beck.git Every file should #include the headers containing the prototypes for it's global functions. Signed-off-by: Adrian Bunk Signed-off-by: Jody McIntyre --- 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 @@ #include "ieee1394_core.h" #include "highlevel.h" #include "nodemgr.h" +#include "ieee1394_transactions.h" #define PREP_ASYNC_HEAD_ADDRESS(tc) \