commit | b6b1e927cec6b472578402f07f5befa79a96818d | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@xenotime.net> | Fri Sep 09 10:15:29 2011 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Fri Sep 09 10:16:21 2011 -0700 |
tree | 8019d70a88bcc3b1dc69b01312bd8e02ca893df0 | |
parent | 95439cbad134de58d9ea256e37fd13fbcdc87d08 [diff] |
Input: twl6040-vibra - fix compiler warning Fix warning from Geert's build summary emails by changing "if" to "ifdef". Thsi should fix the following: drivers/input/misc/twl6040-vibra.c:231:5: warning: "CONFIG_PM_SLEEP" is not defined Builds cleanly with CONFIG_PM_SLEEP enabled or disabled. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>