diff options
author | Dwight Engen | 2014-12-11 12:26:16 -0500 |
---|---|---|
committer | David S. Miller | 2014-12-11 18:52:45 -0800 |
commit | 1678c2bd131313b58c7492487c00dca982be7f28 (patch) | |
tree | aa674d9f464626aab98183d17a00ad84bbd5c43f /arch/sparc/include | |
parent | fe47c3c2623d6914655f507a317a6b881bc7c6a4 (diff) |
sparc/ldc: create separate ldc_unbind from ldc_free
Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include')
-rw-r--r-- | arch/sparc/include/asm/ldc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/ldc.h b/arch/sparc/include/asm/ldc.h index 58ab64de25d2..6e9004aa6f25 100644 --- a/arch/sparc/include/asm/ldc.h +++ b/arch/sparc/include/asm/ldc.h @@ -61,6 +61,7 @@ void ldc_free(struct ldc_channel *lp); /* Register TX and RX queues of the link with the hypervisor. */ int ldc_bind(struct ldc_channel *lp); +void ldc_unbind(struct ldc_channel *lp); /* For non-RAW protocols we need to complete a handshake before * communication can proceed. ldc_connect() does that, if the |