From 64127e55a027d4c409eed6026d4702e728ea2442 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Wed, 27 Dec 2006 22:47:19 +0000 Subject: remove pointless duplication of ZAPTEL_VERSION that causes these modules to be rebuilt every time a commit is made to any part of Zaptel git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1766 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- xpp/card_fxs.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'xpp/card_fxs.c') diff --git a/xpp/card_fxs.c b/xpp/card_fxs.c index b5c6538..5e5674b 100644 --- a/xpp/card_fxs.c +++ b/xpp/card_fxs.c @@ -24,7 +24,6 @@ #include #include #include -#include /* For zaptel version */ #include "xpd.h" #include "xproto.h" #include "xpp_zap.h" @@ -989,7 +988,7 @@ static int proc_xpd_register_read(char *page, char **start, off_t off, int count int __init card_fxs_startup(void) { - INFO("%s revision %s\n", THIS_MODULE->name, ZAPTEL_VERSION); + INFO("%s\n", THIS_MODULE->name); #ifdef POLL_DIGITAL_INPUTS INFO("FEATURE: %s with DIGITAL INPUTS support (%s activated)\n", THIS_MODULE->name, (poll_digital_inputs) ? "is" : "is not"); @@ -1008,7 +1007,6 @@ void __exit card_fxs_cleanup(void) MODULE_DESCRIPTION("XPP FXS Card Driver"); MODULE_AUTHOR("Oron Peled "); MODULE_LICENSE("GPL"); -MODULE_VERSION(ZAPTEL_VERSION); MODULE_ALIAS_XPD(XPD_TYPE_FXS); module_init(card_fxs_startup); -- cgit v1.2.3