[PATCH] remove compiler warning from udevd.c

This commit is contained in:
greg@kroah.com 2004-04-02 17:02:09 -08:00 committed by Greg KH
parent a532775583
commit 9a689d5863

View file

@ -83,11 +83,13 @@ static void msg_dump_queue(void)
#endif
}
#if 0
static void msg_dump(struct hotplug_msg *msg)
{
dbg("sequence %d, '%s', '%s', '%s'",
msg->seqnum, msg->action, msg->devpath, msg->subsystem);
}
#endif
static struct hotplug_msg *msg_create(void)
{