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 ...
This commit is contained in:
parent
0ca5dc1c3e
commit
fb9d7a4b40
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user