diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-02-12 09:27:56 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-02-12 09:27:56 +0100 |
commit | 41480ae7a383dcffa497decdd97b3cb2caaa18ec (patch) | |
tree | f1e3afce2cbd0bbc544cd86a73e5b3093eb081c4 /drivers/firewire/fw-device.h | |
parent | sh: Restrict old CMT timer code to SH-2/SH-2A. (diff) | |
parent | serial: sh-sci: fix overrun error handling for SH7785 SCIF. (diff) | |
download | linux-41480ae7a383dcffa497decdd97b3cb2caaa18ec.tar.xz linux-41480ae7a383dcffa497decdd97b3cb2caaa18ec.zip |
Merge branch 'sh/stable-updates'
Diffstat (limited to 'drivers/firewire/fw-device.h')
-rw-r--r-- | drivers/firewire/fw-device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firewire/fw-device.h b/drivers/firewire/fw-device.h index df51732608d9..8ef6ec2ca21c 100644 --- a/drivers/firewire/fw-device.h +++ b/drivers/firewire/fw-device.h @@ -28,6 +28,7 @@ enum fw_device_state { FW_DEVICE_INITIALIZING, FW_DEVICE_RUNNING, + FW_DEVICE_GONE, FW_DEVICE_SHUTDOWN, }; |