mirror of https://gitee.com/openkylin/linux.git
staging: usbip: userspace: remove revision $Id$
This is git not CVS! Signed-off-by: matt mooney <mfm@muteddisk.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
d762f5e10c
commit
88d6f40839
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
*
|
||||
* Copyright (C) 2005-2007 Takahiro Hirofuchi
|
||||
*/
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
*
|
||||
* Copyright (C) 2005-2007 Takahiro Hirofuchi
|
||||
*/
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
*
|
||||
* Copyright (C) 2005-2007 Takahiro Hirofuchi
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue