]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/firewire/fw-topology.h
fuse: fix permission checking
[linux-2.6-omap-h63xx.git] / drivers / firewire / fw-topology.h
index 1b56b4ac7fb2c0298830544a31fc5d4b2909d2b7..cedc1ec906e9b6e1dd02e3e24dc18dcaa943c271 100644 (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)
 {