aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/firewire/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/firewire/lib.h')
-rw-r--r--sound/firewire/lib.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/firewire/lib.h b/sound/firewire/lib.h
index dc815dc3933e..664dfdb9e58d 100644
--- a/sound/firewire/lib.h
+++ b/sound/firewire/lib.h
@@ -23,7 +23,4 @@ static inline bool rcode_is_permanent_error(int rcode)
return rcode == RCODE_TYPE_ERROR || rcode == RCODE_ADDRESS_ERROR;
}
-void snd_fw_schedule_registration(struct fw_unit *unit,
- struct delayed_work *dwork);
-
#endif