diff options
Diffstat (limited to 'sys/i386/apm/apm.c')
-rw-r--r-- | sys/i386/apm/apm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/apm/apm.c b/sys/i386/apm/apm.c index 26a8d06..4d8f188 100644 --- a/sys/i386/apm/apm.c +++ b/sys/i386/apm/apm.c @@ -97,7 +97,6 @@ static struct cdevsw apm_cdevsw = { /* dump */ nodump, /* psize */ nopsize, /* flags */ 0, - /* bmaj */ -1 }; static int apm_suspend_delay = 1; |