diff options
Diffstat (limited to 'drivers/firewire/fw-topology.h')
-rw-r--r-- | drivers/firewire/fw-topology.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/fw-topology.h b/drivers/firewire/fw-topology.h index 4311d9f890d3..ab03059a0da1 100644 --- a/drivers/firewire/fw-topology.h +++ b/drivers/firewire/fw-topology.h | |||
@@ -27,7 +27,7 @@ enum { | |||
27 | FW_NODE_UPDATED = 0x01, | 27 | FW_NODE_UPDATED = 0x01, |
28 | FW_NODE_DESTROYED = 0x02, | 28 | FW_NODE_DESTROYED = 0x02, |
29 | FW_NODE_LINK_ON = 0x03, | 29 | FW_NODE_LINK_ON = 0x03, |
30 | FW_NODE_LINK_OFF = 0x04 | 30 | FW_NODE_LINK_OFF = 0x04, |
31 | }; | 31 | }; |
32 | 32 | ||
33 | struct fw_port { | 33 | struct fw_port { |