Remove a "needs Giant" flag from the /dev/apm compat device.

MFC after:	2 weeks
This commit is contained in:
njl 2004-10-22 17:17:12 +00:00
parent 062605f760
commit addc11daaf

View File

@ -66,7 +66,6 @@ static d_poll_t apmpoll;
static struct cdevsw apm_cdevsw = {
.d_version = D_VERSION,
.d_flags = D_NEEDGIANT,
.d_open = apmopen,
.d_close = apmclose,
.d_write = apmwrite,