isdn/capi: move capi_info2str to capidrv.c
authorPaul Bolle <pebolle@tiscali.nl>
Sun, 1 Jun 2014 21:47:24 +0000 (23:47 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Jun 2014 06:13:41 +0000 (23:13 -0700)
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>

No differences found