diff options
Diffstat (limited to 'drivers/ieee1394')
-rw-r--r-- | drivers/ieee1394/config_roms.h | 3 | ||||
-rw-r--r-- | drivers/ieee1394/eth1394.h | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ieee1394/config_roms.h b/drivers/ieee1394/config_roms.h index e6cdb5e385a8..02a21871bdaf 100644 --- a/drivers/ieee1394/config_roms.h +++ b/drivers/ieee1394/config_roms.h | |||
@@ -1,8 +1,7 @@ | |||
1 | #ifndef _IEEE1394_CONFIG_ROMS_H | 1 | #ifndef _IEEE1394_CONFIG_ROMS_H |
2 | #define _IEEE1394_CONFIG_ROMS_H | 2 | #define _IEEE1394_CONFIG_ROMS_H |
3 | 3 | ||
4 | #include "ieee1394_types.h" | 4 | struct hpsb_host; |
5 | #include "hosts.h" | ||
6 | 5 | ||
7 | int hpsb_default_host_entry(struct hpsb_host *host); | 6 | int hpsb_default_host_entry(struct hpsb_host *host); |
8 | int hpsb_init_config_roms(void); | 7 | int hpsb_init_config_roms(void); |
diff --git a/drivers/ieee1394/eth1394.h b/drivers/ieee1394/eth1394.h index 1e8356535149..2a88ee466354 100644 --- a/drivers/ieee1394/eth1394.h +++ b/drivers/ieee1394/eth1394.h | |||
@@ -27,6 +27,7 @@ | |||
27 | #include <linux/netdevice.h> | 27 | #include <linux/netdevice.h> |
28 | 28 | ||
29 | #include "ieee1394.h" | 29 | #include "ieee1394.h" |
30 | #include "ieee1394_types.h" | ||
30 | 31 | ||
31 | /* Register for incoming packets. This is 4096 bytes, which supports up to | 32 | /* Register for incoming packets. This is 4096 bytes, which supports up to |
32 | * S3200 (per Table 16-3 of IEEE 1394b-2002). */ | 33 | * S3200 (per Table 16-3 of IEEE 1394b-2002). */ |