null_do_probe: mark as unused

This commit is contained in:
Assar Westerlund 2001-07-21 17:10:30 +00:00
parent 0379d76358
commit 20de0f980e

View File

@ -165,6 +165,8 @@ METHOD int compat_attach {
}
CODE {
static int null_do_probe(device_t bus, device_t dev) __unused;
static int null_do_probe(device_t bus, device_t dev)
{
return (CARD_COMPAT_DO_PROBE(device_get_parent(bus), dev));