From: Linus Walleij Date: Tue, 9 Aug 2011 18:37:17 +0000 (+0200) Subject: mfd: Add missing #ifdef around tc3589x PM block X-Git-Tag: v3.2-rc1~72^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54d8e2c323b439e0e20ea44d17b875d9a43f7d66;p=pandora-kernel.git mfd: Add missing #ifdef around tc3589x PM block The CONFIG_PM code was unconditionally compiled in despite the dev_pm_ops only being included into the driver struct if used. Fix this by adding the missing #ifdef. Signed-off-by: Linus Walleij Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed