From: Jiri Slaby Date: Tue, 10 Apr 2012 08:35:29 +0000 (+0200) Subject: ISDN: remove uses of isdn_tty_revision X-Git-Tag: v3.5-rc1~146^2~30^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59d59b0600e541b4e94b891148c92f2e2d18f7c0;p=pandora-kernel.git 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 Signed-off-by: Jiri Slaby Cc: Karsten Keil Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed