firewire: cleanups

This patch contains the following cleanups:
- "extern inline" -> "static inline"
- fw-topology.c: make struct fw_node_create static

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
This commit is contained in:
Adrian Bunk
2007-01-22 19:17:37 +01:00
committed by Stefan Richter
parent 21ebcd1224
commit 95688e97cd
5 changed files with 10 additions and 10 deletions

View File

@@ -106,7 +106,7 @@ transmit_complete_callback(struct fw_packet *packet,
}
}
void
static void
fw_fill_packet(struct fw_packet *packet, int tcode, int tlabel,
int node_id, int generation, int speed,
unsigned long long offset, void *payload, size_t length)