Commit b769bd17656f991c5588c676376e5ec77d25997a

Authored by Stefan Richter
1 parent be5bbd6756

firewire: core: topology header fix

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>

Showing 1 changed file with 6 additions and 0 deletions Side-by-side Diff

drivers/firewire/fw-topology.h
... ... @@ -19,6 +19,11 @@
19 19 #ifndef __fw_topology_h
20 20 #define __fw_topology_h
21 21  
  22 +#include <linux/list.h>
  23 +#include <linux/slab.h>
  24 +
  25 +#include <asm/atomic.h>
  26 +
22 27 enum {
23 28 FW_NODE_CREATED,
24 29 FW_NODE_UPDATED,
... ... @@ -64,6 +69,7 @@
64 69 kfree(node);
65 70 }
66 71  
  72 +struct fw_card;
67 73 void fw_destroy_nodes(struct fw_card *card);
68 74  
69 75 int fw_compute_block_crc(u32 *block);