Re: pm_register should die

From: Pavel Machek
Date: Mon Sep 12 2005 - 04:54:11 EST


Hi!

> > +#ifdef CONFIG_OLD_PM
> > if (pm_send_all(PM_SUSPEND, (void *)3)) {
>
> Can we not do this without ifdefs?
>
> #define pm_send_all(foo, bar) 0

Okay, we probably can, but the ifdefs make very nice/easy markers
"this is going away". I'd prefer to actually delete all the code
inside those ifdefs...

I agree this patch can be improved... I hope I can get people to fix
those 13 occurences and be able to just drop everything in #ifdef
_OLD_PM.

Pavel

--
if you have sharp zaurus hardware you don't need... you know my address
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/