From: Arnd Bergmann Date: Fri, 21 Nov 2014 10:48:54 +0000 (+0100) Subject: ARM: common: edma: edma_pm_resume may be unused X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~13^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a850c427029e5b9953fe4d4fe4fef10a61ee165a;p=pandora-kernel.git ARM: common: edma: edma_pm_resume may be unused The recently introduced resume hook in the edma driver is not referenced when CONFIG_PM_SLEEP is not set, which results in a compile warning in keystone builds. This adds an appropriate #ifdef. Cc: Nishanth Menon Cc: Daniel Mack Cc: Joel Fernandes Acked-by: Sekhar Nori Fixes: a2b1175131: ("ARM: common: edma: add suspend resume hook") Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed