diff options
author | David S. Miller <davem@davemloft.net> | 2011-02-09 13:54:26 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-02-09 13:56:53 -0800 |
commit | cd141eeea911029b248cecf2fc464a12fe575dcf (patch) | |
tree | 1115cfb4112eafac59e12e63fb3d2a16c1b43841 /drivers/isdn/hysdn/hysdn_net.c | |
parent | 69e6ed186009ce86cbf5da95f45227064134d694 (diff) |
isdn: hysdn: Kill (partially buggy) CVS regision log reporting.
Some cases try to modify const strings, and in any event the
CVS revision strings have not changed in over ten years making
these printouts completely worthless.
Just kill all of this stuff off.
Reported-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn/hysdn/hysdn_net.c')
-rw-r--r-- | drivers/isdn/hysdn/hysdn_net.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/isdn/hysdn/hysdn_net.c b/drivers/isdn/hysdn/hysdn_net.c index feec8d89d719..11f2cce26005 100644 --- a/drivers/isdn/hysdn/hysdn_net.c +++ b/drivers/isdn/hysdn/hysdn_net.c @@ -26,9 +26,6 @@ unsigned int hynet_enable = 0xffffffff; module_param(hynet_enable, uint, 0); -/* store the actual version for log reporting */ -char *hysdn_net_revision = "$Revision: 1.8.6.4 $"; - #define MAX_SKB_BUFFERS 20 /* number of buffers for keeping TX-data */ /****************************************************************************/ |