|
@@ -50,12 +50,6 @@ struct fw_node {
|
|
struct fw_node *ports[0];
|
|
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 *
|
|
static inline struct fw_node *
|
|
fw_node_get(struct fw_node *node)
|
|
fw_node_get(struct fw_node *node)
|
|
{
|
|
{
|