diff options
Diffstat (limited to 'drivers/ieee1394/eth1394.c')
-rw-r--r-- | drivers/ieee1394/eth1394.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/ieee1394/eth1394.c b/drivers/ieee1394/eth1394.c index 2d5b57be98c3..8a7b8fab6238 100644 --- a/drivers/ieee1394/eth1394.c +++ b/drivers/ieee1394/eth1394.c | |||
@@ -64,19 +64,19 @@ | |||
64 | #include <linux/ethtool.h> | 64 | #include <linux/ethtool.h> |
65 | #include <asm/uaccess.h> | 65 | #include <asm/uaccess.h> |
66 | #include <asm/delay.h> | 66 | #include <asm/delay.h> |
67 | #include <asm/semaphore.h> | ||
68 | #include <net/arp.h> | 67 | #include <net/arp.h> |
69 | 68 | ||
69 | #include "config_roms.h" | ||
70 | #include "csr1212.h" | 70 | #include "csr1212.h" |
71 | #include "ieee1394_types.h" | 71 | #include "eth1394.h" |
72 | #include "highlevel.h" | ||
73 | #include "ieee1394.h" | ||
72 | #include "ieee1394_core.h" | 74 | #include "ieee1394_core.h" |
75 | #include "ieee1394_hotplug.h" | ||
73 | #include "ieee1394_transactions.h" | 76 | #include "ieee1394_transactions.h" |
74 | #include "ieee1394.h" | 77 | #include "ieee1394_types.h" |
75 | #include "highlevel.h" | ||
76 | #include "iso.h" | 78 | #include "iso.h" |
77 | #include "nodemgr.h" | 79 | #include "nodemgr.h" |
78 | #include "eth1394.h" | ||
79 | #include "config_roms.h" | ||
80 | 80 | ||
81 | #define ETH1394_PRINT_G(level, fmt, args...) \ | 81 | #define ETH1394_PRINT_G(level, fmt, args...) \ |
82 | printk(level "%s: " fmt, driver_name, ## args) | 82 | printk(level "%s: " fmt, driver_name, ## args) |