diff options
Diffstat (limited to 'drivers/firewire/fw-transaction.c')
-rw-r--r-- | drivers/firewire/fw-transaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/fw-transaction.c b/drivers/firewire/fw-transaction.c index a72f50288c0a..c2473a824316 100644 --- a/drivers/firewire/fw-transaction.c +++ b/drivers/firewire/fw-transaction.c | |||
@@ -106,7 +106,7 @@ transmit_complete_callback(struct fw_packet *packet, | |||
106 | } | 106 | } |
107 | } | 107 | } |
108 | 108 | ||
109 | void | 109 | static void |
110 | fw_fill_packet(struct fw_packet *packet, int tcode, int tlabel, | 110 | fw_fill_packet(struct fw_packet *packet, int tcode, int tlabel, |
111 | int node_id, int generation, int speed, | 111 | int node_id, int generation, int speed, |
112 | unsigned long long offset, void *payload, size_t length) | 112 | unsigned long long offset, void *payload, size_t length) |