From 05e614843e61974eff0531e2f0930b3f48b18797 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Wed, 27 Dec 2006 22:49:37 +0000 Subject: Merged revisions 1766 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1766 | kpfleming | 2006-12-27 16:47:19 -0600 (Wed, 27 Dec 2006) | 2 lines 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.4@1767 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- xpp/xpp_usb.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'xpp/xpp_usb.c') diff --git a/xpp/xpp_usb.c b/xpp/xpp_usb.c index 1d4b20e..c9e83a6 100644 --- a/xpp/xpp_usb.c +++ b/xpp/xpp_usb.c @@ -38,7 +38,6 @@ #include #include #include -#include /* For zaptel version */ #include "xpd.h" #include "xproto.h" #include "xbus-core.h" @@ -861,7 +860,7 @@ int __init xpp_usb_init(void) int result; //xusb_t *xusb; - INFO("%s revision %s\n", THIS_MODULE->name, ZAPTEL_VERSION); + INFO("%s\n", THIS_MODULE->name); /* register this driver with the USB subsystem */ result = usb_register(&xusb_driver); @@ -942,7 +941,6 @@ out: MODULE_DESCRIPTION("XPP USB Driver"); MODULE_AUTHOR("Oron Peled "); MODULE_LICENSE("GPL"); -MODULE_VERSION(ZAPTEL_VERSION); module_init(xpp_usb_init); module_exit(xpp_usb_cleanup); -- cgit v1.2.3