firewire: a header cleanup

fw_node() is not used (and not useful) outside fw-topology.c.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
This commit is contained in:
Stefan Richter
2007-10-07 02:10:11 +02:00
parent a64408b96b
commit e5f84f82bd
2 changed files with 4 additions and 6 deletions

View File

@@ -50,12 +50,6 @@ struct fw_node {
struct fw_node *ports[0];
};
static inline struct fw_node *
fw_node(struct list_head *l)
{
return list_entry(l, struct fw_node, link);
}
static inline struct fw_node *
fw_node_get(struct fw_node *node)
{