diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2014-06-01 23:47:24 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-06-04 23:13:41 -0700 |
commit | ca05e3a7551b71891d42d637d3a1e443c6bbd781 (patch) | |
tree | b1e3ed16facd0b2ddd19ae45b12ad2339ce62027 /include/linux/isdn/capiutil.h | |
parent | 00d115fc758c6ef331553a9c6aa34b7bd79116a5 (diff) |
isdn/capi: move capi_info2str to capidrv.c
capi_info2str() is apparently meant to be of general utility. It is
actually only used in capidrv.c. So move it from capiutil.c to
capidrv.c and (obviously) stop exporting it.
And, since we're touching this, merge the two versions of this
function.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/isdn/capiutil.h')
-rw-r--r-- | include/linux/isdn/capiutil.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/isdn/capiutil.h b/include/linux/isdn/capiutil.h index 5a52f2c94f3..44bd6046e6e 100644 --- a/include/linux/isdn/capiutil.h +++ b/include/linux/isdn/capiutil.h @@ -164,11 +164,6 @@ unsigned capi_cmsg_header(_cmsg * cmsg, __u16 _ApplId, __u8 _Command, __u8 _Subcommand, __u16 _Messagenumber, __u32 _Controller); -/* - * capi_info2str generated a readable string for Capi2.0 reasons. - */ -char *capi_info2str(__u16 reason); - /*-----------------------------------------------------------------------*/ /* |