In sys/dev/en/midway.c, #if 0 an unused static function.

MFC after:	3 days
This commit is contained in:
Dimitry Andric 2013-12-29 14:19:15 +00:00
parent 5c42b9dc1f
commit 2c8ef6bc83

View File

@ -344,6 +344,7 @@ en_k2sz(int k)
}
#define en_log2(X) en_k2sz(X)
#if 0
/*
* en_b2sz: convert a DMA burst code to its byte size
*/
@ -365,6 +366,7 @@ en_b2sz(int b)
}
return (0);
}
#endif
/*
* en_sz2b: convert a burst size (bytes) to DMA burst code