Re: kernel/swsusp.c doesn't compile with modular IDE

Pavel Machek (pavel@suse.cz)
Thu, 9 May 2002 00:49:15 +0200


Hi!

> kernel/swsusp.c in 2.4.19-pre8-ac1 includes:
>
> <-- snip -->
>
> ...
> #ifdef CONFIG_BLK_DEV_IDE
> ide_disk_suspend();
> #else
> #error Are you sure your disk driver supports suspend?
> #endif
> ...
>
> <-- snip -->
>
>
> You hit the #error when you try to compile swsusp into a kernel with a
> completely modular IDE.

Hmm, too bad. I guess we need driver model for that.
Pavel

-- 
Casualities in World Trade Center: ~3k dead inside the building,
cryptography in U.S.A. and free speech in Czech Republic.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/