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_defs.h | |
parent | 69e6ed186009ce86cbf5da95f45227064134d694 (diff) | |
download | kernel_samsung_smdk4412-cd141eeea911029b248cecf2fc464a12fe575dcf.tar.gz kernel_samsung_smdk4412-cd141eeea911029b248cecf2fc464a12fe575dcf.tar.bz2 kernel_samsung_smdk4412-cd141eeea911029b248cecf2fc464a12fe575dcf.zip |
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_defs.h')
-rw-r--r-- | drivers/isdn/hysdn/hysdn_defs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/isdn/hysdn/hysdn_defs.h b/drivers/isdn/hysdn/hysdn_defs.h index 729df408938..18b801ad97a 100644 --- a/drivers/isdn/hysdn/hysdn_defs.h +++ b/drivers/isdn/hysdn/hysdn_defs.h @@ -227,7 +227,6 @@ extern hysdn_card *card_root; /* pointer to first card */ /*************************/ /* im/exported functions */ /*************************/ -extern char *hysdn_getrev(const char *); /* hysdn_procconf.c */ extern int hysdn_procconf_init(void); /* init proc config filesys */ @@ -259,7 +258,6 @@ extern int hysdn_tx_cfgline(hysdn_card *, unsigned char *, /* hysdn_net.c */ extern unsigned int hynet_enable; -extern char *hysdn_net_revision; extern int hysdn_net_create(hysdn_card *); /* create a new net device */ extern int hysdn_net_release(hysdn_card *); /* delete the device */ extern char *hysdn_net_getname(hysdn_card *); /* get name of net interface */ |