]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ISDN: remove uses of isdn_tty_revision
authorJiri Slaby <jslaby@suse.cz>
Tue, 10 Apr 2012 08:35:29 +0000 (10:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Apr 2012 16:01:14 +0000 (09:01 -0700)
commit59d59b0600e541b4e94b891148c92f2e2d18f7c0
tree9f05e18195af2620acc3fb838d04479a097e0852
parentc56a00a165712fd73081f40044b1e64407bb1875
ISDN: remove uses of isdn_tty_revision

Commit "ISDN: i4l, remove cvs crap" removed definition of
isdn_tty_revision, but there is still a user. So this causes linking
errors. This was hidden from my radar because the variable was not
declared in any header. Instead isdn_common.c declares it locally.

So remove this variable also from isdn_common.c, because there is
really no way to find out the version. Git commit or tag is...

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Karsten Keil <isdn@linux-pingi.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/isdn/i4l/isdn_common.c