From 88d6f40839856552bed131f368f6cd33595c7496 Mon Sep 17 00:00:00 2001 From: matt mooney Date: Sat, 14 May 2011 03:55:16 -0700 Subject: [PATCH] staging: usbip: userspace: remove revision $Id$ This is git not CVS! Signed-off-by: matt mooney Signed-off-by: Greg Kroah-Hartman --- drivers/staging/usbip/userspace/src/bind-driver.c | 1 - drivers/staging/usbip/userspace/src/usbip.c | 4 +--- drivers/staging/usbip/userspace/src/usbip_network.c | 1 - drivers/staging/usbip/userspace/src/usbipd.c | 4 +--- drivers/staging/usbip/userspace/src/utils.c | 1 - 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 #include -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 -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 */ -- 2.34.1