From 8ea402b919270f4acb136f4550016447f18cf5b7 Mon Sep 17 00:00:00 2001 From: se Date: Mon, 9 Jun 2003 22:16:00 +0000 Subject: Remove embededded ID string which was meant to provide information about the driver version in case of an error report. It conflicts with some other variable of the same name that has been added to the kernel just recently and there haven't been any bug reports for quite some time now, anyway ... --- sys/pci/ncr.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sys/pci/ncr.c') diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c index 2b727db..1b1db56 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -1303,12 +1303,6 @@ static int ncr_attach (device_t dev); **========================================================== */ - -#if !defined(lint) -static const char ident[] = - "\n$FreeBSD$\n"; -#endif - static const u_long ncr_version = NCR_VERSION * 11 + (u_long) sizeof (struct ncb) * 7 + (u_long) sizeof (struct nccb) * 5 -- cgit v1.1