diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2012-04-11 17:38:10 +0200 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2012-04-17 22:54:55 +0200 |
commit | 7bdbff6762a573b911e4ee5715779d8ee6a62631 (patch) | |
tree | 446701cfe10e48a735997053f279d2e9b11975fd /sound/firewire/lib.h | |
parent | db7494e2ce616f2e39e877cf9143b7d873701ec6 (diff) | |
download | op-kernel-dev-7bdbff6762a573b911e4ee5715779d8ee6a62631.zip op-kernel-dev-7bdbff6762a573b911e4ee5715779d8ee6a62631.tar.gz |
firewire: move rcode_string() to core
There is nothing audio-specific about the rcode_string() helper, so move
it from snd-firewire-lib into firewire-core to allow other code to use it.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de> (fixed sound/firewire/cmp.c)
Diffstat (limited to 'sound/firewire/lib.h')
-rw-r--r-- | sound/firewire/lib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/firewire/lib.h b/sound/firewire/lib.h index 064f3fd..aef3014 100644 --- a/sound/firewire/lib.h +++ b/sound/firewire/lib.h @@ -8,7 +8,6 @@ struct fw_unit; int snd_fw_transaction(struct fw_unit *unit, int tcode, u64 offset, void *buffer, size_t length); -const char *rcode_string(unsigned int rcode); /* returns true if retrying the transaction would not make sense */ static inline bool rcode_is_permanent_error(int rcode) |