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:

committed by
Stefan Richter

parent
21ebcd1224
commit
95688e97cd
@@ -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)
|
||||
|
Reference in New Issue
Block a user