summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2014-01-04 18:58:18 +0000
committerdim <dim@FreeBSD.org>2014-01-04 18:58:18 +0000
commita29e1060a577bb949394210e22a7bbdefaca9508 (patch)
tree5d02420af139bd5dd49d0f277bd07c1f9dbffa88
parent98319f939fcc064fd02c4aad006b5b794b6a454f (diff)
downloadFreeBSD-src-a29e1060a577bb949394210e22a7bbdefaca9508.zip
FreeBSD-src-a29e1060a577bb949394210e22a7bbdefaca9508.tar.gz
MFC r260042:
Remove superfluous old-style rcsid[] from if_my.c. There is already an __FBSDID() at the top of the file.
-rw-r--r--sys/dev/my/if_my.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/my/if_my.c b/sys/dev/my/if_my.c
index a487d90..f7bb1e0 100644
--- a/sys/dev/my/if_my.c
+++ b/sys/dev/my/if_my.c
@@ -80,11 +80,6 @@ static int MY_USEIOSPACE = 1;
#include <dev/my/if_myreg.h>
-#ifndef lint
-static const char rcsid[] =
-"$Id: if_my.c,v 1.16 2003/04/15 06:37:25 mdodd Exp $";
-#endif
-
/*
* Various supported device vendors/types and their names.
*/
OpenPOWER on IntegriCloud