aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt mooney <[email protected]>2011-05-14 03:55:16 -0700
committerGreg Kroah-Hartman <[email protected]>2011-05-17 13:26:28 -0700
commit88d6f40839856552bed131f368f6cd33595c7496 (patch)
tree11b34b1873f2eb6546cbcdacd8a3fb0612ca68ed
parentd762f5e10cdac605d6d3fb57ce36ed4d25b4302c (diff)
staging: usbip: userspace: remove revision $Id$
This is git not CVS! Signed-off-by: matt mooney <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/usbip/userspace/src/bind-driver.c1
-rw-r--r--drivers/staging/usbip/userspace/src/usbip.c4
-rw-r--r--drivers/staging/usbip/userspace/src/usbip_network.c1
-rw-r--r--drivers/staging/usbip/userspace/src/usbipd.c4
-rw-r--r--drivers/staging/usbip/userspace/src/utils.c1
5 files changed, 2 insertions, 9 deletions
diff --git a/drivers/staging/usbip/userspace/src/bind-driver.c b/drivers/staging/usbip/userspace/src/bind-driver.c
index 12918c1fd74d..955c86b23f0f 100644
--- a/drivers/staging/usbip/userspace/src/bind-driver.c
+++ b/drivers/staging/usbip/userspace/src/bind-driver.c
@@ -1,5 +1,4 @@
/*
- * $Id$
*
* Copyright (C) 2005-2007 Takahiro Hirofuchi
*/
diff --git a/drivers/staging/usbip/userspace/src/usbip.c b/drivers/staging/usbip/userspace/src/usbip.c
index 3943d15fd81e..01a562866b5d 100644
--- a/drivers/staging/usbip/userspace/src/usbip.c
+++ b/drivers/staging/usbip/userspace/src/usbip.c
@@ -1,5 +1,4 @@
/*
- * $Id$
*
* Copyright (C) 2005-2007 Takahiro Hirofuchi
*/
@@ -17,8 +16,7 @@
#include <fcntl.h>
#include <glib.h>
-static const char version[] = PACKAGE_STRING
- " ($Id$)";
+static const char version[] = PACKAGE_STRING;
/* /sys/devices/platform/vhci_hcd/usb6/6-1/6-1:1.1 -> 1 */
diff --git a/drivers/staging/usbip/userspace/src/usbip_network.c b/drivers/staging/usbip/userspace/src/usbip_network.c
index a3a955ba6b00..726173e56342 100644
--- a/drivers/staging/usbip/userspace/src/usbip_network.c
+++ b/drivers/staging/usbip/userspace/src/usbip_network.c
@@ -1,5 +1,4 @@
/*
- * $Id$
*
* Copyright (C) 2005-2007 Takahiro Hirofuchi
*/
diff --git a/drivers/staging/usbip/userspace/src/usbipd.c b/drivers/staging/usbip/userspace/src/usbipd.c
index 441dcdeee03e..409d0644178c 100644
--- a/drivers/staging/usbip/userspace/src/usbipd.c
+++ b/drivers/staging/usbip/userspace/src/usbipd.c
@@ -1,5 +1,4 @@
/*
- * $Id$
*
* Copyright (C) 2005-2007 Takahiro Hirofuchi
*/
@@ -31,8 +30,7 @@
#include <glib.h>
-static const char version[] = PACKAGE_STRING
- " ($Id$)";
+static const char version[] = PACKAGE_STRING;
static int send_reply_devlist(int sockfd)
diff --git a/drivers/staging/usbip/userspace/src/utils.c b/drivers/staging/usbip/userspace/src/utils.c
index 403c30ff902e..8f441089b645 100644
--- a/drivers/staging/usbip/userspace/src/utils.c
+++ b/drivers/staging/usbip/userspace/src/utils.c
@@ -1,5 +1,4 @@
/*
- * $Id$
*
* Copyright (C) 2005-2007 Takahiro Hirofuchi
*/