On Wed, Mar 7, 2012 at 10:18, Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> wrote: > Dmitry Torokhov (1): > Input: twl4030-vibra - use proper guard for PM methods That's commit f3761c0779b62276b5bf84532a81d5dc49bd721f? | drivers/input/misc/twl4030-vibra.c:175:5: warning: "CONFIG_PM" is not | defined | | We should use #ifdef instead of #if and also check CONFIG_PM_SLEEP | instead of CONFIG_PM. It still uses "#if CONFIG_PM_SLEEP", i.e. no #ifdef. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html